|
|
| D3D12SwapChain (HWND hwnd) |
| |
|
void | VClear (float *color) override |
| |
|
bool | VInitialize (uint32_t width, uint32_t height) override |
| |
|
void | VResize (uint32_t width, uint32_t height) override |
| |
|
void | VExecute (std::vector< RenderPassHandle > renderPasses) override |
| |
|
void | VSetInput (RenderPassHandle handle) override |
| |
|
void | VPresent () override |
| |
|
CD3DX12_CPU_DESCRIPTOR_HANDLE | GetRenderTargetView () |
| |
|
CD3DX12_CPU_DESCRIPTOR_HANDLE | GetDepthStencilView () |
| |
|
ID3D12CommandList * | GetCommandList () |
| |
| uint32_t | GetWidth () const |
| | Get the width of this swapchain's "screen". More...
|
| |
| uint32_t | GetHeight () const |
| | Get the height of this swapchain's "screen". More...
|
| |
|
|
PipelineBase * | m_pipeline |
| |
|
uint32_t | m_currentBuffer |
| |
|
uint32_t | m_width |
| |
|
uint32_t | m_height |
| |
The documentation for this class was generated from the following files:
- include/unused/directx/dx12/ht_d3d12swapchain.h
- source/unused/directx/dx12/ht_d3d12swapchain.cpp