ID3D11DeviceContext2

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 ID3D11DeviceContext2 : ID3D11DeviceContext1 {}

Members

Functions

BeginEventInt
void BeginEventInt(LPCWSTR pLabel, INT Data)
Undocumented in source.
CopyTileMappings
HRESULT CopyTileMappings(ID3D11Resource pDestTiledResource, const(D3D11_TILED_RESOURCE_COORDINATE)* pDestRegionStartCoordinate, ID3D11Resource pSourceTiledResource, const(D3D11_TILED_RESOURCE_COORDINATE)* pSourceRegionStartCoordinate, const(D3D11_TILE_REGION_SIZE)* pTileRegionSize, UINT Flags)
Undocumented in source.
CopyTiles
void CopyTiles(ID3D11Resource pTiledResource, const(D3D11_TILED_RESOURCE_COORDINATE)* pTileRegionStartCoordinate, const(D3D11_TILE_REGION_SIZE)* pTileRegionSize, ID3D11Buffer pBuffer, UINT64 BufferStartOffsetInBytes, UINT Flags)
Undocumented in source.
EndEvent
void EndEvent()
Undocumented in source.
IsAnnotationEnabled
BOOL IsAnnotationEnabled()
Undocumented in source.
ResizeTilePool
HRESULT ResizeTilePool(ID3D11Buffer pTilePool, UINT64 NewSizeInBytes)
Undocumented in source.
SetMarkerInt
void SetMarkerInt(LPCWSTR pLabel, INT Data)
Undocumented in source.
TiledResourceBarrier
void TiledResourceBarrier(ID3D11DeviceChild pTiledResourceOrViewAccessBeforeBarrier, ID3D11DeviceChild pTiledResourceOrViewAccessAfterBarrier)
Undocumented in source.
UpdateTileMappings
HRESULT UpdateTileMappings(ID3D11Resource pTiledResource, UINT NumTiledResourceRegions, const(D3D11_TILED_RESOURCE_COORDINATE)* pTiledResourceRegionStartCoordinates, const(D3D11_TILE_REGION_SIZE)* pTiledResourceRegionSizes, ID3D11Buffer pTilePool, UINT NumRanges, const(UINT)* pRangeFlags, const(UINT)* pTilePoolStartOffsets, const(UINT)* pRangeTileCounts, UINT Flags)
Undocumented in source.
UpdateTiles
void UpdateTiles(ID3D11Resource pDestTiledResource, const(D3D11_TILED_RESOURCE_COORDINATE)* pDestTileRegionStartCoordinate, const(D3D11_TILE_REGION_SIZE)* pDestTileRegionSize, const(void*) pSourceTileData, UINT Flags)
Undocumented in source.

Inherited Members

From ID3D11DeviceContext1

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

Meta