50 class GenerateMipsHelper
53 GenerateMipsHelper(ID3D12Device *pd3d12Device);
55 void GenerateMips(
class RenderDeviceD3D12Impl *pRenderDeviceD3D12,
class TextureViewD3D12Impl *pTexView,
class CommandContext &Ctx);
58 CComPtr<ID3D12RootSignature> m_pGenerateMipsRS;
59 CComPtr<ID3D12PipelineState> m_pGenerateMipsLinearPSO[4];
60 CComPtr<ID3D12PipelineState> m_pGenerateMipsGammaPSO[4];
Namespace for the OpenGL implementation of the graphics engine.
Definition: BufferD3D11Impl.h:34