Cleanup: Remove unused attribute in GLShaderInterface

This commit is contained in:
Jeroen Bakker 2023-10-06 07:47:08 +02:00
parent 79ca1b16ab
commit 4a94e17156
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ class GLShaderInterface : public ShaderInterface {
private:
/** Reference to VaoCaches using this interface */
Vector<GLVaoCache *> refs_;
/** Bitmask of color attachments to bind as images for sub-pass input emulation. */
uint8_t subpass_inputs_ = 0u;
public:
GLShaderInterface(GLuint program, const shader::ShaderCreateInfo &info);