Skip to content

Commit 2e3e16f

Browse files
committed
sdlgpu: Remove references to old shadercross ABI
1 parent 4c7feb3 commit 2e3e16f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

mojoshader_sdlgpu.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)