libs/vkd3d-shader: Add VKD3D_SHADER_STRIP_DEBUG compiler option.

This commit is contained in:
Józef Kucia
2017-06-27 22:21:43 +02:00
parent dbfa823b42
commit 0afe0032b0
3 changed files with 16 additions and 2 deletions

View File

@ -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,
};