diff options
author | quou <quou@disroot.org> | 2025-01-06 22:04:55 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-06 22:05:26 +1100 |
commit | 1006ccf490c473447498a5c1a290e4dd9b55b7c2 (patch) | |
tree | 48f86d6a08307a0c09a351bde35bfa746bcc3c30 /ui.cpp | |
parent | 0fc7b4180b21e965db94872c20ca57f1ec9cc40a (diff) |
cubemap support
Diffstat (limited to 'ui.cpp')
-rw-r--r-- | ui.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,9 @@ static Texture_Id create_atlas(Device* d) { Texture_Flags::sampleable | Texture_Flags::copy_dst, w, 10, + 1, + 1, + 1, buf ); d->destroy_bufferi(buf); |