HLSL: Handle const with no initializer. Fixes issue #651.
This commit is contained in:
parent
53864846a9
commit
aa6d56298d
5 changed files with 50 additions and 3 deletions
|
|
@ -31,3 +31,6 @@ outs PixelShaderFunction(float4 input) : COLOR0
|
|||
|
||||
return o4;
|
||||
}
|
||||
|
||||
static const float2 cgf2a[3];
|
||||
static const int ci;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue