瀏覽代碼

anv: Don't advertise shaderImageGatherExtended

We don't actually support all of the extended gather functionality so we
shouldn't be advertising it.
tags/12.0-branchpoint
Jason Ekstrand 9 年之前
父節點
當前提交
5186545d66
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/intel/vulkan/anv_device.c

+ 1
- 1
src/intel/vulkan/anv_device.c 查看文件

@@ -390,7 +390,7 @@ void anv_GetPhysicalDeviceFeatures(
.pipelineStatisticsQuery = false,
.fragmentStoresAndAtomics = true,
.shaderTessellationAndGeometryPointSize = true,
.shaderImageGatherExtended = true,
.shaderImageGatherExtended = false,
.shaderStorageImageExtendedFormats = false,
.shaderStorageImageMultisample = false,
.shaderUniformBufferArrayDynamicIndexing = true,

Loading…
取消
儲存