|
slot 0.0.1
A real time UI render framework
|
#include <DX12Msaa.h>


Public 成员函数 | |
| DX12Msaa (DX12Render *R) | |
| void | Init () |
| unsigned | GetMsaaQuality () const |
| unsigned | GetSampleCount () const |
Public 成员函数 继承自 z8::DX12Common | |
| DX12Common (DX12Render *) | |
| virtual | ~DX12Common ()=default |
Public 属性 | |
| bool | EnableMsaa = true |
| unsigned | MsaaQuality = 0 |
| unsigned | SampleCount = 4 |
| DXGI_FORMAT | Format = DXGI_FORMAT_R8G8B8A8_UNORM |
Public 属性 继承自 z8::DX12Common | |
| DX12Device * | Ctx |
| DX12Render * | Render |
|
inline |
| unsigned DX12Msaa::GetMsaaQuality | ( | ) | const |

| unsigned DX12Msaa::GetSampleCount | ( | ) | const |

| void z8::DX12Msaa::Init | ( | ) |

| DXGI_FORMAT z8::DX12Msaa::Format = DXGI_FORMAT_R8G8B8A8_UNORM |
| unsigned z8::DX12Msaa::MsaaQuality = 0 |
| unsigned z8::DX12Msaa::SampleCount = 4 |