mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 07:07:58 -05:00
shader: Implement TXQ and fix FragDepth
This commit is contained in:
@ -31,7 +31,8 @@ private:
|
||||
|
||||
struct TextureDefinition {
|
||||
Id id;
|
||||
Id type;
|
||||
Id sampled_type;
|
||||
Id image_type;
|
||||
};
|
||||
|
||||
struct UniformDefinitions {
|
||||
|
Reference in New Issue
Block a user