mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Remove nested structs from GL pipeline state and move to namespace
This commit is contained in:
@@ -536,7 +536,7 @@ void CaptureContext::CloseLogfile()
|
||||
|
||||
CurD3D11PipelineState = D3D11Pipe::State();
|
||||
CurD3D12PipelineState = D3D12PipelineState();
|
||||
CurGLPipelineState = GLPipelineState();
|
||||
CurGLPipelineState = GLPipe::State();
|
||||
CurVulkanPipelineState = VulkanPipelineState();
|
||||
CurPipelineState.SetStates(m_APIProps, NULL, NULL, NULL, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user