Table of Contents

Struct D3D11.MappedSubresource

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll

Provides access to subresource data. Mirrors D3D11_MAPPED_SUBRESOURCE.

public struct D3D11.MappedSubresource
Inherited Members

Fields

DepthPitch

public uint DepthPitch

Field Value

uint

RowPitch

public uint RowPitch

Field Value

uint

pData

public void* pData

Field Value

void*