Skip to content

Commit

Permalink
Update NRIResourceAllocator.h
Browse files Browse the repository at this point in the history
Removed resolved TODO
  • Loading branch information
dzhdanNV committed Sep 2, 2024
1 parent a64fa4a commit ac7f61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/Extensions/NRIResourceAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NriStruct(AllocateTextureDesc) {
};

NriStruct(AllocateAccelerationStructureDesc) {
Nri(AccelerationStructureDesc) desc; // TODO: requires NRIRayTracing.h
Nri(AccelerationStructureDesc) desc;
Nri(MemoryLocation) memoryLocation;
float memoryPriority;
};
Expand Down

0 comments on commit ac7f61a

Please sign in to comment.