diff options
Diffstat (limited to 'libs/rs/rsProgram.h')
-rw-r--r-- | libs/rs/rsProgram.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libs/rs/rsProgram.h b/libs/rs/rsProgram.h index 46692fd..b682b97 100644 --- a/libs/rs/rsProgram.h +++ b/libs/rs/rsProgram.h @@ -29,8 +29,7 @@ class ShaderCache; #define RS_SHADER_ATTR "ATTRIB_" #define RS_SHADER_UNI "UNI_" -class Program : public ObjectBase -{ +class Program : public ObjectBase { public: Program(Context *); @@ -110,8 +109,6 @@ protected: bool loadShader(Context *, uint32_t type); }; - - } } #endif |