mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-31 10:07:06 +02:00
Controlled SPV features on QCOM
This commit is contained in:
parent
f40774a4b9
commit
d6f14f5519
6 changed files with 418 additions and 88 deletions
|
|
@ -146,6 +146,8 @@ struct InputGenericInfo {
|
|||
Id id;
|
||||
Id pointer_type;
|
||||
Id component_type;
|
||||
Id composite_type;
|
||||
Id composite_pointer_type;
|
||||
InputGenericLoadOp load_op;
|
||||
};
|
||||
|
||||
|
|
@ -153,6 +155,8 @@ struct GenericElementInfo {
|
|||
Id id{};
|
||||
u32 first_element{};
|
||||
u32 num_components{};
|
||||
Id composite_type{};
|
||||
Id composite_pointer_type{};
|
||||
};
|
||||
|
||||
class EmitContext final : public Sirit::Module {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue