mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
12 lines
257 B
C
12 lines
257 B
C
cbuffer SDrawQuadPixelConstants : register(b0)
|
|
{
|
|
float4 constants_Modulation;
|
|
|
|
int2 constants_FlickerAxis;
|
|
int constants_FlickerStartThreshold;
|
|
int constants_FlickerEndThreshold;
|
|
|
|
float constants_Desaturation;
|
|
float3 constants_Unused;
|
|
};
|