mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
tests: Test whether valid state block function names are case-sensitive.
This commit is contained in:
parent
b5f2e7daeb
commit
af7c4010f4
Notes:
Henri Verbeet
2024-07-09 21:10:32 +02:00
Approved-by: Elizabeth Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/915
@ -36,6 +36,15 @@ sampler sam
|
||||
float4 main() : sv_target { return 0; }
|
||||
|
||||
|
||||
[pixel shader fail(sm<6) todo]
|
||||
sampler sam
|
||||
{
|
||||
Setblendstate(1, 2, 3); // Test case-sensitivity.
|
||||
};
|
||||
|
||||
float4 main() : sv_target { return 0; }
|
||||
|
||||
|
||||
% It is allowed to use functions together with assignment syntax.
|
||||
[pixel shader]
|
||||
sampler sam
|
||||
|
Loading…
Reference in New Issue
Block a user