ngfx::D3DRenderPass
Inherits from ngfx::RenderPass
Public Functions
| Name | |
|---|---|
| void | create(D3DGraphicsContext * ctx, D3D12_RESOURCE_STATES initialResourceState, D3D12_RESOURCE_STATES finalResourceState) |
| virtual | ~D3DRenderPass() |
Public Attributes
| Name | |
|---|---|
| D3D12_RESOURCE_STATES | initialResourceState |
| D3D12_RESOURCE_STATES | finalResourceState |
Additional inherited members
Public Functions inherited from ngfx::RenderPass
| Name | |
|---|---|
| virtual | ~RenderPass() |
Public Functions Documentation
function create
void create(
D3DGraphicsContext * ctx,
D3D12_RESOURCE_STATES initialResourceState,
D3D12_RESOURCE_STATES finalResourceState
)
function ~D3DRenderPass
inline virtual ~D3DRenderPass()
Public Attributes Documentation
variable initialResourceState
D3D12_RESOURCE_STATES initialResourceState;
variable finalResourceState
D3D12_RESOURCE_STATES finalResourceState;
Updated on 3 April 2021 at 20:21:51 PDT