summaryrefslogtreecommitdiffstats
path: root/o3d/command_buffer/service/cross/cmd_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/command_buffer/service/cross/cmd_parser.h')
-rw-r--r--o3d/command_buffer/service/cross/cmd_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/command_buffer/service/cross/cmd_parser.h b/o3d/command_buffer/service/cross/cmd_parser.h
index 9c3a145..425e8d9 100644
--- a/o3d/command_buffer/service/cross/cmd_parser.h
+++ b/o3d/command_buffer/service/cross/cmd_parser.h
@@ -97,14 +97,14 @@ class AsyncAPIInterface {
// Parameters:
// command: the command index.
// arg_count: the number of CommandBufferEntry arguments.
- // args: the arguments.
+ // cmd_data: the command data.
// Returns:
// BufferSyncInterface::NO_ERROR if no error was found, one of
// BufferSyncInterface::ParseError otherwise.
virtual BufferSyncInterface::ParseError DoCommand(
unsigned int command,
unsigned int arg_count,
- const void* args) = 0;
+ const void* cmd_data) = 0;
};
} // namespace command_buffer