mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
GeometryShaderGen: Use signed integers for the texture offset flags.
This commit is contained in:
@ -50,5 +50,5 @@ struct GeometryShaderConstants
|
||||
float4 stereoparams;
|
||||
float4 lineptwidth;
|
||||
float4 viewport;
|
||||
u32 texoffsetflags[8];
|
||||
s32 texoffsetflags[8];
|
||||
};
|
||||
|
Reference in New Issue
Block a user