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