mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
e46c1b725c
Changes in hlsl.shapeConv.frag are just renumbering, duplicated load (80) has disappeared for whatever reason.
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
void main()
|
|
{
|
|
float1 f1;
|
|
f1.x = 0.5;
|
|
|
|
// This is not implemented
|
|
// f1.xx = float2(0.6, 0.7);
|
|
}
|