- CreateDeferredContext3
HRESULT CreateDeferredContext3(UINT ContextFlags, ID3D11DeviceContext3* ppDeferredContext)
Undocumented in source.
- CreateQuery1
HRESULT CreateQuery1(const(D3D11_QUERY_DESC1)* pQueryDesc1, ID3D11Query1* ppQuery1)
Undocumented in source.
- CreateRasterizerState2
HRESULT CreateRasterizerState2(const(D3D11_RASTERIZER_DESC2)* pRasterizerDesc, ID3D11RasterizerState2* ppRasterizerState)
Undocumented in source.
- CreateRenderTargetView1
HRESULT CreateRenderTargetView1(ID3D11Resource* pResource, const(D3D11_RENDER_TARGET_VIEW_DESC1)* pDesc1, ID3D11RenderTargetView1* ppRTView1)
Undocumented in source.
- CreateShaderResourceView1
HRESULT CreateShaderResourceView1(ID3D11Resource pResource, const(D3D11_SHADER_RESOURCE_VIEW_DESC1)* pDesc1, ID3D11ShaderResourceView1* ppSRView1)
Undocumented in source.
- CreateTexture2D1
HRESULT CreateTexture2D1(const(D3D11_TEXTURE2D_DESC1)* pDesc1, const(D3D11_SUBRESOURCE_DATA)* pInitialData, ID3D11Texture2D1* ppTexture2D)
Undocumented in source.
- CreateTexture3D1
HRESULT CreateTexture3D1(const(D3D11_TEXTURE3D_DESC1)* pDesc1, const(D3D11_SUBRESOURCE_DATA)* pInitialData, ID3D11Texture3D1* ppTexture3D)
Undocumented in source.
- CreateUnorderedAccessView1
HRESULT CreateUnorderedAccessView1(ID3D11Resource pResource, const(D3D11_UNORDERED_ACCESS_VIEW_DESC1)* pDesc1, ID3D11UnorderedAccessView1* ppUAView1)
Undocumented in source.
- GetImmediateContext3
void GetImmediateContext3(ID3D11DeviceContext3* ppImmediateContext)
Undocumented in source.
- ReadFromSubresource
void ReadFromSubresource(void* pDstData, UINT DstRowPitch, UINT DstDepthPitch, ID3D11Resource pSrcResource, UINT SrcSubresource, const(D3D11_BOX)* pSrcBox)
Undocumented in source.
- WriteToSubresource
void WriteToSubresource(ID3D11Resource pDstResource, UINT DstSubresource, const(D3D11_BOX)* pDstBox, const(void)* pSrcData, UINT SrcRowPitch, UINT SrcDepthPitch)
Undocumented in source.