Mercurial > hg > orthanc-stone
changeset 2038:a72ca4959aa6 deep-learning
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 28 Jan 2023 13:03:14 +0100 |
parents | d81a7157a846 |
children | e0906b7c67b9 |
files | OrthancStone/Sources/OpenGL/OpenGLTexture.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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_;