summaryrefslogtreecommitdiff
path: root/ui/icon.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-03-08 16:02:56 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2026-03-08 16:02:56 +0000
commit00fc3cb9b2c06026fab0e4760609fe02e027b6df (patch)
treeb84b527824ac1d5c999fc4a974fcf2c356b422ab /ui/icon.h
parentReplace gl_traits glTexParameter with glTexture::parameter DSA wrapper (diff)
downloadilt-00fc3cb9b2c06026fab0e4760609fe02e027b6df.tar.bz2
ilt-00fc3cb9b2c06026fab0e4760609fe02e027b6df.tar.xz
ilt-00fc3cb9b2c06026fab0e4760609fe02e027b6df.zip
Move all low level texture operations to DSA helpers in glTexture
Diffstat (limited to 'ui/icon.h')
-rw-r--r--ui/icon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/icon.h b/ui/icon.h
index 2023be8..4479910 100644
--- a/ui/icon.h
+++ b/ui/icon.h
@@ -16,5 +16,5 @@ public:
ImTextureID operator*() const;
private:
- glTexture m_texture;
+ glTexture<GL_TEXTURE_2D> m_texture;
};