ID3D11DeviceContext1

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++)
interface ID3D11DeviceContext1 : ID3D11DeviceContext {}

Members

Functions

CSGetConstantBuffers1
void CSGetConstantBuffers1(UINT StartSlot, UINT NumBuffers, ID3D11Buffer* ppConstantBuffers, UINT* pFirstConstant, UINT* pNumConstants)
Undocumented in source.
CSSetConstantBuffers1
void CSSetConstantBuffers1(UINT StartSlot, UINT NumBuffers, const(ID3D11Buffer)* ppConstantBuffers, const(UINT)* pFirstConstant, const(UINT)* pNumConstants)
Undocumented in source.
ClearView
void ClearView(ID3D11View pView, const(FLOAT)[4] Color, const(D3D11_RECT)* pRect, UINT NumRects)
Undocumented in source.
CopySubresourceRegion1
void CopySubresourceRegion1(ID3D11Resource pDstResource, UINT DstSubresource, UINT DstX, UINT DstY, UINT DstZ, ID3D11Resource pSrcResource, UINT SrcSubresource, const(D3D11_BOX)* pSrcBox, UINT CopyFlags)
Undocumented in source.
DSGetConstantBuffers1
void DSGetConstantBuffers1(UINT StartSlot, UINT NumBuffers, ID3D11Buffer* ppConstantBuffers, UINT* pFirstConstant, UINT* pNumConstants)
Undocumented in source.
DSSetConstantBuffers1
void DSSetConstantBuffers1(UINT StartSlot, UINT NumBuffers, const(ID3D11Buffer)* ppConstantBuffers, const(UINT)* pFirstConstant, const(UINT)* pNumConstants)
Undocumented in source.
DiscardResource
void DiscardResource(ID3D11Resource pResource)
Undocumented in source.
DiscardView
void DiscardView(ID3D11View pResourceView)
Undocumented in source.
DiscardView1
void DiscardView1(ID3D11View pResourceView, const(D3D11_RECT)* pRects, UINT NumRects)
Undocumented in source.
GSGetConstantBuffers1
void GSGetConstantBuffers1(UINT StartSlot, UINT NumBuffers, ID3D11Buffer* ppConstantBuffers, UINT* pFirstConstant, UINT* pNumConstants)
Undocumented in source.
GSSetConstantBuffers1
void GSSetConstantBuffers1(UINT StartSlot, UINT NumBuffers, const(ID3D11Buffer)* ppConstantBuffers, const(UINT)* pFirstConstant, const(UINT)* pNumConstants)
Undocumented in source.
HSGetConstantBuffers1
void HSGetConstantBuffers1(UINT StartSlot, UINT NumBuffers, ID3D11Buffer* ppConstantBuffers, UINT* pFirstConstant, UINT* pNumConstants)
Undocumented in source.
HSSetConstantBuffers1
void HSSetConstantBuffers1(UINT StartSlot, UINT NumBuffers, const(ID3D11Buffer)* ppConstantBuffers, const(UINT)* pFirstConstant, const(UINT)* pNumConstants)
Undocumented in source.
PSGetConstantBuffers1
void PSGetConstantBuffers1(UINT StartSlot, UINT NumBuffers, ID3D11Buffer* ppConstantBuffers, UINT* pFirstConstant, UINT* pNumConstants)
Undocumented in source.
PSSetConstantBuffers1
void PSSetConstantBuffers1(UINT StartSlot, UINT NumBuffers, const(ID3D11Buffer)* ppConstantBuffers, const(UINT)* pFirstConstant, const(UINT)* pNumConstants)
Undocumented in source.
SwapDeviceContextState
void SwapDeviceContextState(ID3DDeviceContextState pState, ID3DDeviceContextState* ppPreviousState)
Undocumented in source.
UpdateSubresource1
void UpdateSubresource1(ID3D11Resource pDstResource, UINT DstSubresource, const(D3D11_BOX)* pDstBox, const(void*) pSrcData, UINT SrcRowPitch, UINT SrcDepthPitch, UINT CopyFlags)
Undocumented in source.
VSGetConstantBuffers1
void VSGetConstantBuffers1(UINT StartSlot, UINT NumBuffers, ID3D11Buffer* ppConstantBuffers, UINT* pFirstConstant, UINT* pNumConstants)
Undocumented in source.
VSSetConstantBuffers1
void VSSetConstantBuffers1(UINT StartSlot, UINT NumBuffers, const(ID3D11Buffer)* ppConstantBuffers, const(UINT)* pFirstConstant, const(UINT)* pNumConstants)
Undocumented in source.

Meta