mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 06:37:56 -05:00
shader: Initial support for textures and TEX
This commit is contained in:
@ -75,6 +75,7 @@ private:
|
||||
f64 imm_f64;
|
||||
};
|
||||
};
|
||||
static_assert(std::is_trivially_copyable_v<Value>);
|
||||
|
||||
template <IR::Type type_>
|
||||
class TypedValue : public Value {
|
||||
|
Reference in New Issue
Block a user