Searched defs:Renderer11DeviceCaps (Results 1 – 1 of 1) sorted by relevance
46 struct Renderer11DeviceCaps struct50 D3D_FEATURE_LEVEL featureLevel;51 bool supportsDXGI1_2; // Support for DXGI 1.252 bool supportsClearView; // Support for ID3D11DeviceContext1::ClearView53 bool supportsConstantBufferOffsets; // Support for Constant buffer offset54 bool supportsVpRtIndexWriteFromVertexShader; // VP/RT can be selected in the Vertex Shader56 bool supportsMultisampledDepthStencilSRVs; // D3D feature level 10.0 no longer allows creation60 UINT B5G6R5support; // Bitfield of D3D11_FORMAT_SUPPORT values for DXGI_FORMAT_B5G6R5_UNORM61 UINT B5G6R5maxSamples; // Maximum number of samples supported by DXGI_FORMAT_B5G6R5_UNORM62 UINT B4G4R4A4support; // Bitfield of D3D11_FORMAT_SUPPORT values for DXGI_FORMAT_B4G4R4A4_UNORM[all …]