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 bool supportsTypedUAVLoadAdditionalFormats; //62 bool supportsUAVLoadStoreCommonFormats; // Do the common additional formats support load/store?63 bool supportsRasterizerOrderViews;[all …]