OpenGL: Implement program wrapper

This commit is contained in:
Lynix
2020-04-26 18:22:31 +02:00
parent b7a7c84a89
commit eba0571f03
8 changed files with 128 additions and 90 deletions

View File

@@ -41,6 +41,7 @@ namespace Nz
std::unique_ptr<TextureSampler> InstantiateTextureSampler(const TextureSamplerInfo& params) override;
inline void NotifyBufferDestruction(GLuint buffer) const;
inline void NotifyProgramDestruction(GLuint program) const;
inline void NotifySamplerDestruction(GLuint sampler) const;
inline void NotifyTextureDestruction(GLuint texture) const;