Commit 947997a
Fix convertLowpAndMediumpFloatUniformsTo16Bits condition
The convertLowpAndMediumpFloatUniformsTo16Bits feature relies on the
following vulkan features to be enabled when creating the VkDevice
through vkCreateDevice():
VkPhysicalDevice16BitStorageFeatures.uniformAndStorageBuffer16BitAccess,
VkPhysicalDeviceShaderFloat16Int8Features.shaderFloat16
Previously we are checking if these vulkan features are supported, this
CL changed the condition to check if these vulkan features will
actually be enabled on the VkDevice created.
Bug: angleproject:405795981
Change-Id: I6c46d5982b7e793f5d0326cf6c1cb5afa3a9d0a0
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/7164378
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>1 parent b863743 commit 947997a
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6584 | 6584 | | |
6585 | 6585 | | |
6586 | 6586 | | |
6587 | | - | |
6588 | | - | |
6589 | | - | |
| 6587 | + | |
| 6588 | + | |
6590 | 6589 | | |
6591 | 6590 | | |
6592 | 6591 | | |
| |||
0 commit comments