mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
nv2a/vk: Target glslang to SPV 1.6
This commit is contained in:
committed by
mborgerson
parent
c63cdc18de
commit
bb0221af82
@@ -148,7 +148,7 @@ GByteArray *pgraph_vk_compile_glsl_to_spv(glslang_stage_t stage,
|
||||
.client = GLSLANG_CLIENT_VULKAN,
|
||||
.client_version = GLSLANG_TARGET_VULKAN_1_3,
|
||||
.target_language = GLSLANG_TARGET_SPV,
|
||||
.target_language_version = GLSLANG_TARGET_SPV_1_5,
|
||||
.target_language_version = GLSLANG_TARGET_SPV_1_6,
|
||||
.code = glsl_source,
|
||||
.default_version = 460,
|
||||
.default_profile = GLSLANG_NO_PROFILE,
|
||||
|
||||
Reference in New Issue
Block a user