summaryrefslogtreecommitdiff
path: root/c2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c2.cpp')
-rw-r--r--c2.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/c2.cpp b/c2.cpp
index b19c238..0c231eb 100644
--- a/c2.cpp
+++ b/c2.cpp
@@ -76,6 +76,9 @@ Texture_Id make_default_texture(Device* dev) {
Texture_Flags::sampleable | Texture_Flags::copy_dst,
1,
1,
+ 1,
+ 1,
+ 1,
buf
);
dev->destroy_bufferi(buf);