ngfx::D3DSurface
Inherits from ngfx::Surface
Public Functions
Name | |
---|---|
virtual | ~D3DSurface() |
void | destroy() |
Public Attributes
Name | |
---|---|
HWND | v |
Additional inherited members
Public Functions inherited from ngfx::Surface
Name | |
---|---|
Surface() | |
Surface(uint32_t w, uint32_t h, bool offscreen =false) | |
virtual | ~Surface() |
Public Attributes inherited from ngfx::Surface
Name | |
---|---|
uint32_t | w |
uint32_t | h |
bool | offscreen |
Public Functions Documentation
function ~D3DSurface
inline virtual ~D3DSurface()
function destroy
void destroy()
Public Attributes Documentation
variable v
HWND v;
Updated on 3 April 2021 at 20:21:51 PDT