Skip to content

Commit

Permalink
gpuav: Reserve Error Group
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-lunarg committed Jan 31, 2025
1 parent c2e3e6e commit 6bfa6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layers/gpuav/shaders/gpuav_error_codes.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const int kErrorGroupGpuPreTraceRays = 6;
const int kErrorGroupGpuCopyBufferToImage = 7;
const int kErrorGroupInstDescriptorClass = 8;
const int kErrorGroupInstIndexedDraw = 9;
const int kErrorGroupInst_Reserved_6452 = 10; // Saved for future extension MR 6452

// Used for MultiEntry and there is no single stage set
const int kHeaderStageIdMultiEntryPoint = 0x7fffffff; // same as spv::ExecutionModelMax
Expand Down

0 comments on commit 6bfa6b3

Please sign in to comment.