mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 12:55:19 +00:00
Revert "rsx/vk: Implement hardware instancing (#16466)"
This reverts commit 62701154f1.
This commit is contained in:
parent
62701154f1
commit
43e04f3fc7
32 changed files with 906 additions and 1411 deletions
|
|
@ -262,11 +262,6 @@ namespace glsl
|
|||
}
|
||||
}
|
||||
|
||||
if (props.require_instanced_render)
|
||||
{
|
||||
enabled_options.push_back("_ENABLE_INSTANCED_CONSTANTS");
|
||||
}
|
||||
|
||||
// Import vertex header
|
||||
program_common::define_glsl_switches(OS, enabled_options);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue