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:
2020-08-21 14:14:56 +02:00
parent 220fbdf593
commit 3a6e981bcd
12 changed files with 51 additions and 4 deletions

View File

@@ -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 */