mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
|
[pixel shader]
|
||
|
float4 main() : SV_TARGET
|
||
|
{
|
||
|
return float4(
|
||
|
(float)(bool)0.0,
|
||
|
(float)(bool)0,
|
||
|
(float)(bool)2.0,
|
||
|
(float)(bool)2
|
||
|
);
|
||
|
}
|
||
|
|
||
|
[test]
|
||
|
draw quad
|
||
|
probe all rgba (0.0, 0.0, 1.0, 1.0)
|