We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71375e6 commit a1f448aCopy full SHA for a1f448a
src/dawn/native/d3d11/PhysicalDeviceD3D11.cpp
@@ -154,6 +154,7 @@ void PhysicalDevice::InitializeSupportedFeaturesImpl() {
154
EnableFeature(Feature::ShaderModuleCompilationOptions);
155
EnableFeature(Feature::DawnLoadResolveTexture);
156
EnableFeature(Feature::DawnPartialLoadResolveTexture);
157
+ EnableFeature(Feature::RG11B10UfloatRenderable);
158
if (mDeviceInfo.isUMA && mDeviceInfo.supportsMapNoOverwriteDynamicBuffers) {
159
// With UMA we should allow mapping usages on more type of buffers.
160
EnableFeature(Feature::BufferMapExtendedUsages);
0 commit comments