diff options
Diffstat (limited to 'gpu/command_buffer/common/constants.h')
-rw-r--r-- | gpu/command_buffer/common/constants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h index c028fc9..521a8b6 100644 --- a/gpu/command_buffer/common/constants.h +++ b/gpu/command_buffer/common/constants.h @@ -40,6 +40,12 @@ namespace error { // failure. const int32 kInvalidSharedMemoryId = -1; +// Common Command Buffer shared memory transfer buffer ID. +const int32 kCommandBufferSharedMemoryId = 4; + +// Common Latch shared memory transfer buffer ID. +const int32 kLatchSharedMemoryId = 5; + } // namespace gpu #endif // GPU_COMMAND_BUFFER_COMMON_CONSTANTS_H_ |