Skip to content

Commit

Permalink
[D3D11] Fix Unlit rendering bugs when using InstancedStereo
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Jan 30, 2024
1 parent 62fa784 commit fbbea6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#define inVs_stereoDrawId input.drawId
@end

#define finalDrawId input.drawId
#define finalDrawId inVs_drawId

@foreach( hlms_uv_count, n )
#define inVs_uv@n input.uv@n@end
Expand Down

0 comments on commit fbbea6c

Please sign in to comment.