glsl: Implement legacy varyings
This commit is contained in:
parent
ff3de0fb6b
commit
6aa1bf7b6f
6 changed files with 81 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue