Skip to content

Commit ebb16fb

Browse files
committed
reduce PerObjectData to 10 bytes
1 parent de4991b commit ebb16fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nbl/ext/ImGui/shaders/common.hlsl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,5 @@ struct PerObjectData
5555
{
5656
emulated_snorm16_t2 aabbMin;
5757
emulated_snorm16_t2 aabbMax;
58-
uint32_t texId;
59-
uint32_t padding;
58+
uint16_t texId;
6059
};

0 commit comments

Comments
 (0)