mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader/hlsl: Inline function calls.
This commit is contained in:
committed by
Alexandre Julliard
parent
6177cea31f
commit
4b944517b7
Notes:
Alexandre Julliard
2023-02-13 22:20:34 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Francisco Casas (@fcasas) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/85
@ -1,4 +1,4 @@
|
||||
[pixel shader todo]
|
||||
[pixel shader]
|
||||
float myfunc()
|
||||
{
|
||||
return 0.6;
|
||||
@ -12,8 +12,8 @@ float4 main() : sv_target
|
||||
}
|
||||
|
||||
[test]
|
||||
todo draw quad
|
||||
todo probe all rgba (0.8, 0.0, 0.0, 0.0)
|
||||
draw quad
|
||||
probe all rgba (0.8, 0.0, 0.0, 0.0)
|
||||
|
||||
|
||||
[pixel shader fail]
|
||||
|
Reference in New Issue
Block a user