mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-01 03:27:05 +02:00
Revert "Controlled SPV features on QCOM"
This reverts commit 907b041ec6fb4f16750155f4c41e17389f2e385d.
This commit is contained in:
parent
77cae949cf
commit
1dcdf7e48e
6 changed files with 84 additions and 401 deletions
|
|
@ -151,8 +151,6 @@ struct InputGenericInfo {
|
|||
Id id;
|
||||
Id pointer_type;
|
||||
Id component_type;
|
||||
Id composite_type;
|
||||
Id composite_pointer_type;
|
||||
InputGenericLoadOp load_op;
|
||||
};
|
||||
|
||||
|
|
@ -160,8 +158,6 @@ 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