mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-03 14:25:03 +01:00
rpcsx-gpu: SPV_EXT_physical_storage_buffer -> SPV_KHR_physical_storage_buffer
mesa likes SPV_KHR more
This commit is contained in:
parent
d9415d8ae5
commit
835e3f3417
|
|
@ -1695,7 +1695,7 @@ gcn::convertToSpv(Context &context, ir::Region body,
|
|||
}
|
||||
|
||||
extensions.createSpvExtension(context.getUnknownLocation(),
|
||||
"SPV_EXT_physical_storage_buffer");
|
||||
"SPV_KHR_physical_storage_buffer");
|
||||
extensions.createSpvExtension(context.getUnknownLocation(),
|
||||
"SPV_KHR_non_semantic_info");
|
||||
|
||||
|
|
|
|||
|
|
@ -337,7 +337,6 @@ int main(int argc, const char *argv[]) {
|
|||
VK_EXT_SHADER_OBJECT_EXTENSION_NAME,
|
||||
VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME,
|
||||
VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME,
|
||||
VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME,
|
||||
VK_KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME,
|
||||
},
|
||||
{VK_KHR_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME});
|
||||
|
|
|
|||
Loading…
Reference in a new issue