Skip to content

Commit

Permalink
nv2a/vk: Drop glslang options triggering validation failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jul 25, 2024
1 parent da0342a commit af3e6ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hw/xbox/nv2a/pgraph/vk/glsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,6 @@ GByteArray *pgraph_vk_compile_glsl_to_spv(glslang_stage_t stage,

glslang_spv_options_t spv_options = {
.validate = true,

#if defined(CONFIG_RENDERDOC)
.disable_optimizer = true,
.generate_debug_info = true,
.emit_nonsemantic_shader_debug_info = true,
.emit_nonsemantic_shader_debug_source = true,
#endif
};
glslang_program_SPIRV_generate_with_options(program, stage, &spv_options);

Expand Down

0 comments on commit af3e6ce

Please sign in to comment.