GPU: The D3D12 blit shaders are DXIL

This commit is contained in:
Lucas Murray 2025-04-04 16:02:15 +11:00 committed by Sam Lantinga
parent 300013cea7
commit 205c34c62a
1 changed files with 1 additions and 1 deletions

View File

@ -8066,7 +8066,7 @@ static void D3D12_INTERNAL_InitBlitResources(
shaderCreateInfo.code = (Uint8 *)D3D12_FullscreenVert;
shaderCreateInfo.code_size = sizeof(D3D12_FullscreenVert);
shaderCreateInfo.stage = SDL_GPU_SHADERSTAGE_VERTEX;
shaderCreateInfo.format = SDL_GPU_SHADERFORMAT_DXBC;
shaderCreateInfo.format = SDL_GPU_SHADERFORMAT_DXIL;
renderer->blitVertexShader = D3D12_CreateShader(
(SDL_GPURenderer *)renderer,