ReactOS 0.4.17-dev-934-g091855f
ID3D11Device2 Interface Reference
Inheritance diagram for ID3D11Device2:
Collaboration diagram for ID3D11Device2:

Public Member Functions

void GetImmediateContext2 (ID3D11DeviceContext2 **context)
 
HRESULT CreateDeferredContext2 (UINT flags, ID3D11DeviceContext2 **context)
 
void GetResourceTiling (ID3D11Resource *resource, UINT *tile_count, D3D11_PACKED_MIP_DESC *mip_desc, D3D11_TILE_SHAPE *tile_shape, UINT *subresource_tiling_count, UINT first_subresource_tiling, D3D11_SUBRESOURCE_TILING *subresource_tiling)
 
HRESULT CheckMultisampleQualityLevels1 (DXGI_FORMAT format, UINT sample_count, UINT flags, UINT *quality_level_count)
 
- Public Member Functions inherited from ID3D11Device1
void GetImmediateContext1 (ID3D11DeviceContext1 **ppImmediateContext)
 
HRESULT CreateDeferredContext1 (UINT ContextFlags, ID3D11DeviceContext1 **ppDeferredContext)
 
HRESULT CreateBlendState1 (const D3D11_BLEND_DESC1 *pBlendStateDesc, ID3D11BlendState1 **ppBlendState)
 
HRESULT CreateRasterizerState1 (const D3D11_RASTERIZER_DESC1 *pRasterizerDesc, ID3D11RasterizerState1 **ppRasterizerState)
 
HRESULT CreateDeviceContextState (UINT Flags, const D3D_FEATURE_LEVEL *pFeatureLevels, UINT FeatureLevels, UINT SDKVersion, REFIID EmulatedInterface, D3D_FEATURE_LEVEL *pChosenFeatureLevel, ID3DDeviceContextState **ppContextState)
 
HRESULT OpenSharedResource1 (HANDLE hResource, REFIID returnedInterface, void **ppResource)
 
HRESULT OpenSharedResourceByName (LPCWSTR lpName, DWORD dwDesiredAccess, REFIID returnedInterface, void **ppResource)
 

Detailed Description

Definition at line 154 of file d3d11_2.idl.

Member Function Documentation

◆ CheckMultisampleQualityLevels1()

HRESULT ID3D11Device2::CheckMultisampleQualityLevels1 ( DXGI_FORMAT  format,
UINT  sample_count,
UINT  flags,
UINT *  quality_level_count 
)

◆ CreateDeferredContext2()

HRESULT ID3D11Device2::CreateDeferredContext2 ( UINT  flags,
ID3D11DeviceContext2 **  context 
)

◆ GetImmediateContext2()

void ID3D11Device2::GetImmediateContext2 ( ID3D11DeviceContext2 **  context)

◆ GetResourceTiling()

void ID3D11Device2::GetResourceTiling ( ID3D11Resource *  resource,
UINT *  tile_count,
D3D11_PACKED_MIP_DESC *  mip_desc,
D3D11_TILE_SHAPE *  tile_shape,
UINT *  subresource_tiling_count,
UINT  first_subresource_tiling,
D3D11_SUBRESOURCE_TILING *  subresource_tiling 
)

The documentation for this interface was generated from the following file: