mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
15 lines
158 B
Plaintext
15 lines
158 B
Plaintext
|
[require]
|
||
|
shader model >= 5.0
|
||
|
shader model < 6.0
|
||
|
|
||
|
[effect]
|
||
|
DepthStencilState ds;
|
||
|
|
||
|
technique11
|
||
|
{
|
||
|
pass
|
||
|
{
|
||
|
SetDepthStencilState(ds, 123);
|
||
|
}
|
||
|
}
|