Remove SDL_GPUDepthStencilValue struct

This commit is contained in:
cosmonaut
2024-09-09 10:40:14 -07:00
parent 80e541d1fc
commit d3091b9538
6 changed files with 11 additions and 28 deletions

View File

@@ -3905,8 +3905,8 @@ static void D3D12_BeginRenderPass(
d3d12CommandBuffer->graphicsCommandList,
subresource->dsvHandle.cpuHandle,
clearFlags,
depthStencilTargetInfo->clear_value.depth,
depthStencilTargetInfo->clear_value.stencil,
depthStencilTargetInfo->clear_depth,
depthStencilTargetInfo->clear_stencil,
0,
NULL);
}