mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-09 00:16:35 +00:00
5 lines
86 B
C
5 lines
86 B
C
|
|
cbuffer SDrawQuadPixelConstants : register(b0)
|
||
|
|
{
|
||
|
|
float4 constants_Modulation;
|
||
|
|
};
|