D3D11_MAPPED_SUBRESOURCE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Windows)
extern (C)
struct D3D11_MAPPED_SUBRESOURCE {}

Members

Variables

DepthPitch
UINT DepthPitch;
Undocumented in source.
RowPitch
UINT RowPitch;
Undocumented in source.
pData
void* pData;
Undocumented in source.

Meta