mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
vk: Fix textureCompressionBC check for v3dv/panvk
This commit is contained in:
parent
7fe3afbbc2
commit
b90bacba48
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ namespace vk
|
|||
// enabled_features.shaderCullDistance = VK_TRUE; // Alt notation of clip distance
|
||||
|
||||
enabled_features.samplerAnisotropy = VK_TRUE;
|
||||
enabled_features.textureCompressionBC = pgpu->optional_features_support.texture_compression_bc;
|
||||
enabled_features.textureCompressionBC = pgpu->features.textureCompressionBC;
|
||||
enabled_features.shaderStorageBufferArrayDynamicIndexing = VK_TRUE;
|
||||
|
||||
// Optionally disable unsupported stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue