mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 02:27:56 -05:00
glsl: Implement legacy varyings
This commit is contained in:
@ -157,7 +157,7 @@ public:
|
||||
bool uses_cc_carry{};
|
||||
|
||||
private:
|
||||
void SetupExtensions(std::string& header);
|
||||
void SetupExtensions();
|
||||
void DefineConstantBuffers(Bindings& bindings);
|
||||
void DefineStorageBuffers(Bindings& bindings);
|
||||
void DefineGenericOutput(size_t index, u32 invocations);
|
||||
|
Reference in New Issue
Block a user