Cleanup: GPU: Update classes comments
This should avoid confusion about what is a class and what is an opaque pointer.
This commit is contained in:
@@ -40,6 +40,9 @@ namespace blender::gpu {
|
||||
|
||||
class GLVaoCache;
|
||||
|
||||
/**
|
||||
* Implementation of Shader interface using OpenGL.
|
||||
**/
|
||||
class GLShaderInterface : public ShaderInterface {
|
||||
private:
|
||||
/** Reference to VaoCaches using this interface */
|
||||
|
Reference in New Issue
Block a user