mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
|
[pixel shader]
|
||
|
uniform float4 a;
|
||
|
|
||
|
float4 main() : sv_target
|
||
|
{
|
||
|
return radians(a);
|
||
|
}
|
||
|
|
||
|
[test]
|
||
|
uniform 0 float4 0.0 30.0 150.0 180.0
|
||
|
draw quad
|
||
|
probe all rgba (0.0, 0.52359877, 2.61799387, 3.14159265)
|