mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
spirv: Implement VertexId and InstanceId, refactor code
This commit is contained in:
parent
8fe0b2388c
commit
5cd8970e73
10 changed files with 244 additions and 144 deletions
|
@ -8,6 +8,7 @@ namespace Shader {
|
|||
|
||||
struct Profile {
|
||||
bool unified_descriptor_binding{};
|
||||
bool support_vertex_instance_id{};
|
||||
bool support_float_controls{};
|
||||
bool support_separate_denorm_behavior{};
|
||||
bool support_separate_rounding_mode{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue