mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-24 18:42:07 +00:00
shader: Implement SHFL
This commit is contained in:
@@ -134,6 +134,7 @@ static_assert(sizeof(Inst) <= 128, "Inst size unintentionally increased");
|
||||
|
||||
struct AssociatedInsts {
|
||||
union {
|
||||
Inst* in_bounds_inst;
|
||||
Inst* sparse_inst;
|
||||
Inst* zero_inst{};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user