attempt 1.6
All checks were successful
eden-license / license-header (pull_request) Successful in 34s
All checks were successful
eden-license / license-header (pull_request) Successful in 34s
This commit is contained in:
parent
22c77b0759
commit
5a9a28612a
1 changed files with 2 additions and 1 deletions
|
@ -324,7 +324,8 @@ PipelineCache::PipelineCache(Tegra::MaxwellDeviceMemoryManager& device_memory_,
|
||||||
.support_descriptor_aliasing = device.IsDescriptorAliasingSupported(),
|
.support_descriptor_aliasing = device.IsDescriptorAliasingSupported(),
|
||||||
.support_int8 = device.IsInt8Supported(),
|
.support_int8 = device.IsInt8Supported(),
|
||||||
.support_int16 = device.IsShaderInt16Supported(),
|
.support_int16 = device.IsShaderInt16Supported(),
|
||||||
.support_int64 = device.IsShaderInt64Supported(),
|
.support_int64 = device.IsShaderInt64Supported() &&
|
||||||
|
driver_id != VK_DRIVER_ID_QUALCOMM_PROPRIETARY,
|
||||||
.support_vertex_instance_id = false,
|
.support_vertex_instance_id = false,
|
||||||
.support_float_controls = device.IsKhrShaderFloatControlsSupported() &&
|
.support_float_controls = device.IsKhrShaderFloatControlsSupported() &&
|
||||||
driver_id != VK_DRIVER_ID_QUALCOMM_PROPRIETARY,
|
driver_id != VK_DRIVER_ID_QUALCOMM_PROPRIETARY,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue