Skip to content

Commit

Permalink
reduce PerObjectData to 10 bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastaZIuk committed Sep 17, 2024
1 parent de4991b commit ebb16fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nbl/ext/ImGui/shaders/common.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ struct PerObjectData
{
emulated_snorm16_t2 aabbMin;
emulated_snorm16_t2 aabbMax;
uint32_t texId;
uint32_t padding;
uint16_t texId;
};

0 comments on commit ebb16fb

Please sign in to comment.