Searched defs:Renderer11DeviceCaps (Results 1 – 1 of 1) sorted by relevance
47 struct Renderer11DeviceCaps struct51 D3D_FEATURE_LEVEL featureLevel;52 bool supportsDXGI1_2; // Support for DXGI 1.253 bool supportsClearView; // Support for ID3D11DeviceContext1::ClearView54 bool supportsConstantBufferOffsets; // Support for Constant buffer offset55 bool supportsVpRtIndexWriteFromVertexShader; // VP/RT can be selected in the Vertex Shader57 bool supportsMultisampledDepthStencilSRVs; // D3D feature level 10.0 no longer allows creation61 bool supportsTypedUAVLoadAdditionalFormats; //63 bool supportsUAVLoadStoreCommonFormats; // Do the common additional formats support load/store?64 bool supportsRasterizerOrderViews;[all …]