File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -529,8 +529,6 @@ static MOJOSHADER_sdlProgram *compile_program(
529529 crossCreateInfo .bytecode_size = vshaderCodeSize ;
530530 crossCreateInfo .entrypoint = vshader -> parseData -> mainfn ;
531531 crossCreateInfo .shader_stage = SDL_SHADERCROSS_SHADERSTAGE_VERTEX ;
532- crossCreateInfo .enable_debug = 0 ;
533- crossCreateInfo .name = NULL ;
534532 crossCreateInfo .props = 0 ;
535533
536534 whoCares = SDL_ShaderCross_ReflectGraphicsSPIRV (
@@ -578,8 +576,6 @@ static MOJOSHADER_sdlProgram *compile_program(
578576 crossCreateInfo .bytecode_size = pshaderCodeSize ;
579577 crossCreateInfo .entrypoint = pshader -> parseData -> mainfn ;
580578 crossCreateInfo .shader_stage = SDL_SHADERCROSS_SHADERSTAGE_FRAGMENT ;
581- crossCreateInfo .enable_debug = 0 ;
582- crossCreateInfo .name = NULL ;
583579 crossCreateInfo .props = 0 ;
584580
585581 whoCares = SDL_ShaderCross_ReflectGraphicsSPIRV (
You can’t perform that action at this time.
0 commit comments