mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
17dc23269e
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
14 lines
114 B
Plaintext
14 lines
114 B
Plaintext
[require]
|
|
shader model < 3.0
|
|
|
|
[effect]
|
|
bool _bool;
|
|
float _float;
|
|
half _half;
|
|
int _int;
|
|
uint _uint;
|
|
|
|
technique
|
|
{
|
|
}
|