7 .language = GLSLANG_SOURCE_GLSL,
8 .stage = GLSLANG_STAGE_COMPUTE,
9 .client = GLSLANG_CLIENT_VULKAN,
10 .client_version = GLSLANG_TARGET_VULKAN_1_2,
11 .target_language = GLSLANG_TARGET_SPV,
12 .target_language_version = GLSLANG_TARGET_SPV_1_5,
14#include "../compute.auto.glsl.h"
16 .default_version = 450,
17 .default_profile = GLSLANG_NO_PROFILE,
18 .force_default_version_and_profile = false,
19 .forward_compatible = false,
20 .messages = GLSLANG_MSG_DEFAULT_BIT,