From e9d79220ef5a01e2b1a5d165ec624a2467a0e1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 18 Dec 2017 09:42:01 -0800 Subject: [PATCH] Fixed issue #8. --- include/bimg/bimg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bimg/bimg.h b/include/bimg/bimg.h index aab47bb..4647cd9 100644 --- a/include/bimg/bimg.h +++ b/include/bimg/bimg.h @@ -484,6 +484,7 @@ namespace bimg , uint32_t _height , uint32_t _depth , uint8_t _numMips + , uint32_t _numLayers , const void* _src , bx::Error* _err = NULL );