mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
GeometryShaderManager: Upload Line/Point width constants.
This commit is contained in:
@ -48,4 +48,7 @@ struct VertexShaderConstants
|
||||
struct GeometryShaderConstants
|
||||
{
|
||||
float4 stereoparams;
|
||||
float4 lineptwidth;
|
||||
float4 viewport;
|
||||
u32 texoffsetflags[8];
|
||||
};
|
||||
|
Reference in New Issue
Block a user