vulkan: Conditionally use shaderInt16
Add support for Polaris AMD devices.
This commit is contained in:
parent
77372443c3
commit
1148a4eac7
3 changed files with 9 additions and 2 deletions
|
@ -249,7 +249,7 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, Tegra::Engines::Maxw
|
|||
.unified_descriptor_binding = true,
|
||||
.support_descriptor_aliasing = true,
|
||||
.support_int8 = true,
|
||||
.support_int16 = true,
|
||||
.support_int16 = device.IsShaderInt16Supported(),
|
||||
.support_vertex_instance_id = false,
|
||||
.support_float_controls = true,
|
||||
.support_separate_denorm_behavior = float_control.denormBehaviorIndependence ==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue