Skip to content

Commit

Permalink
Merge branch 'v3-0'
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Jun 26, 2024
2 parents b974084 + 9db033b commit 30b58c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/Media/Hlms/Unlit/Any/800.PixelShader_piece_ps.any
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@piece( LoadMaterial )
@property( !lower_gpu_overhead )
@property( syntax != metal )
ushort materialId = worldMaterialIdx[inPs.drawId].x & 0x1FFu;
ushort materialId = worldMaterialIdx[inPs.drawId].x;
#define material materialArray[materialId]
@else
#define material materialArray[inPs.materialId]
Expand Down

0 comments on commit 30b58c9

Please sign in to comment.