# HG changeset patch # User Sebastien Jodogne # Date 1674907394 -3600 # Node ID a72ca4959aa6ca3046db78abdea8912b9e898e3f # Parent d81a7157a8460eff6d9c566cecba9376fa2263c5 note diff -r d81a7157a846 -r a72ca4959aa6 OrthancStone/Sources/OpenGL/OpenGLTexture.h --- a/OrthancStone/Sources/OpenGL/OpenGLTexture.h Sat Jan 28 12:55:34 2023 +0100 +++ b/OrthancStone/Sources/OpenGL/OpenGLTexture.h Sat Jan 28 13:03:14 2023 +0100 @@ -54,6 +54,10 @@ ~OpenGLTexture(); + /** + * Returns the low-level OpenGL handle of the texture. Beware to + * never change the size of the texture using this handle! + **/ GLuint GetId() const { return texture_;