diff options
Diffstat (limited to 'c2.cpp')
-rw-r--r-- | c2.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |