MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / DestroyPSOs

Method DestroyPSOs

SampleFramework12/v1.00/Graphics/Skybox.cpp:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379void Skybox::DestroyPSOs()
380{
381 DX12::DeferredRelease(pipelineState);
382}
383
384void Skybox::RenderCommon(ID3D12GraphicsCommandList* cmdList, const Texture* environmentMap,
385 const Float4x4& view, const Float4x4& projection, Float3 scale)

Callers 1

DestroyPSOs_InternalMethod · 0.45

Calls 1

DeferredReleaseFunction · 0.85

Tested by

no test coverage detected