spirv: Implement VertexId and InstanceId, refactor code
This commit is contained in:
parent
e802512d8e
commit
76c8a962ac
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