diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-27 15:18:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-28 02:31:15 +0200 |
| commit | 41407e264a9a9cb97ecc32bcef8c5ba9fa39108f (patch) | |
| tree | 5cfdc85fa28e6a2a884f64d7396b0f6a09e0e99c | |
| parent | f59a10a28a587fd38158ba4cde217fb005cb234c (diff) | |
Add a comment.
| -rw-r--r-- | src/wx/gl_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/gl_util.h b/src/wx/gl_util.h index 9eb5c5e4f..3c8ba6dc5 100644 --- a/src/wx/gl_util.h +++ b/src/wx/gl_util.h @@ -130,6 +130,7 @@ private: class Texture { public: + /** @param unit Unit, or index, of this texture (from 0 to GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1) */ Texture(GLint unpack_alignment, int unit = 0); ~Texture(); |
