bgfx_platform_data_t

Platform data.

extern (C) @nogc nothrow
struct bgfx_platform_data_t {}

Members

Variables

backBuffer
void* backBuffer;

GL backbuffer, or D3D render target view.

backBufferDS
void* backBufferDS;

Backbuffer depth/stencil.

context
void* context;

GL context, or D3D device.

ndt
void* ndt;

Native display type.

nwh
void* nwh;

Native window handle.

Meta