We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1984dc6 commit 88f7047Copy full SHA for 88f7047
1 file changed
Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp
@@ -1968,7 +1968,7 @@ DeviceFeatures VkFeaturesToDeviceFeatures(uint32_t
1968
Features.TextureSubresourceViews = DEVICE_FEATURE_STATE_ENABLED;
1969
Features.AsyncShaderCompilation = DEVICE_FEATURE_STATE_ENABLED;
1970
Features.FormattedBuffers = DEVICE_FEATURE_STATE_ENABLED;
1971
- Features.SpecializationConstants = DEVICE_FEATURE_STATE_DISABLED;
+ Features.SpecializationConstants = DEVICE_FEATURE_STATE_ENABLED;
1972
1973
// Timestamps are not a feature and can't be disabled. They are either supported by the device, or not.
1974
Features.TimestampQueries = vkDeviceProps.limits.timestampComputeAndGraphics ? DEVICE_FEATURE_STATE_ENABLED : DEVICE_FEATURE_STATE_DISABLED;
0 commit comments