mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d-shader: Add VKD3D_SHADER_STRIP_DEBUG compiler option.
This commit is contained in:
@ -28,6 +28,7 @@ extern "C" {
|
||||
enum vkd3d_shader_compiler_option
|
||||
{
|
||||
VKD3D_SHADER_FLIP_Y = 0x00000001,
|
||||
VKD3D_SHADER_STRIP_DEBUG = 0x00000002,
|
||||
|
||||
VKD3D_SHADER_COMPILER_OPTIONS_FORCE_32_BIT = 0x7fffffff,
|
||||
};
|
||||
|
Reference in New Issue
Block a user