Skip to content

Commit

Permalink
Clarified usage in the main header
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhdanNV committed Nov 4, 2024
1 parent 521de2c commit 9e93bb3
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 @@ -1121,8 +1121,8 @@ NriStruct(TextureRegionDesc) {

NriStruct(TextureDataLayoutDesc) {
uint64_t offset;
uint32_t rowPitch;
uint32_t slicePitch;
uint32_t rowPitch; // must respect "uploadBufferTextureRowAlignment"
uint32_t slicePitch; // must respect "uploadBufferTextureSliceAlignment"
};

// Work submission
Expand Down

0 comments on commit 9e93bb3

Please sign in to comment.