ngfx::D3DDevice
Inherits from ngfx::Device
Public Functions
Name | |
---|---|
void | create(D3DGraphicsContext * ctx) |
void | waitIdle() |
Public Attributes
Name | |
---|---|
ComPtr< IDXGIAdapter1 > | hardwareAdapter |
ComPtr< ID3D12Device > | v |
Public Functions Documentation
function create
void create(
D3DGraphicsContext * ctx
)
function waitIdle
void waitIdle()
Public Attributes Documentation
variable hardwareAdapter
ComPtr< IDXGIAdapter1 > hardwareAdapter;
variable v
ComPtr< ID3D12Device > v;
Updated on 3 April 2021 at 20:21:51 PDT