Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV committed Aug 27, 2024
1 parent e982e8f commit d1d1ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Include/NRIDescs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1118,8 +1118,8 @@ NRI_ENUM_BITS
DEPTH_STENCIL_READ = NRI_SET_BIT(8), // DEPTH_STENCIL_ATTACHMENT
COPY_SOURCE = NRI_SET_BIT(9), // COPY
COPY_DESTINATION = NRI_SET_BIT(10), // COPY
ACCELERATION_STRUCTURE_READ = NRI_SET_BIT(11), // COMPUTE_SHADER, RAY_TRACING, ACCELERATION_STRUCTURE
ACCELERATION_STRUCTURE_WRITE = NRI_SET_BIT(12), // COMPUTE_SHADER, RAY_TRACING, ACCELERATION_STRUCTURE
ACCELERATION_STRUCTURE_READ = NRI_SET_BIT(11), // COMPUTE_SHADER, RAY_TRACING_SHADERS, ACCELERATION_STRUCTURE
ACCELERATION_STRUCTURE_WRITE = NRI_SET_BIT(12), // COMPUTE_SHADER, RAY_TRACING_SHADERS, ACCELERATION_STRUCTURE
SHADING_RATE = NRI_SET_BIT(13) // FRAGMENT_SHADER // TODO: WIP
);

Expand Down

0 comments on commit d1d1ae8

Please sign in to comment.