diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-26 20:57:53 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-26 20:57:53 -0400 |
commit | 5a08c9c8e230fd952311f29bc02b22c7635d0178 (patch) | |
tree | 09bb647986461478ba8cc0671550d8488a6c434f /res/image | |
parent | texture arrays (diff) | |
download | minecraftvulkan-5a08c9c8e230fd952311f29bc02b22c7635d0178.tar.gz minecraftvulkan-5a08c9c8e230fd952311f29bc02b22c7635d0178.tar.bz2 minecraftvulkan-5a08c9c8e230fd952311f29bc02b22c7635d0178.zip |
vertex buffer is not a byte vector, multi texture loading
Diffstat (limited to 'res/image')
-rw-r--r-- | res/image/dirt.jpg | bin | 5956 -> 0 bytes |
-rw-r--r-- | res/image/dirt.png | bin | 0 -> 916 bytes |
-rw-r--r-- | res/image/grass.png | bin | 6160 -> 1003 bytes |
-rw-r--r-- | res/image/grass_top.png | bin | 0 -> 1110 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/res/image/dirt.jpg b/res/image/dirt.jpg Binary files differdeleted file mode 100644 index c3a679d..0000000 --- a/res/image/dirt.jpg +++ /dev/null diff --git a/res/image/dirt.png b/res/image/dirt.png Binary files differnew file mode 100644 index 0000000..6cffd82 --- /dev/null +++ b/res/image/dirt.png diff --git a/res/image/grass.png b/res/image/grass.png Binary files differindex 48823f2..a3b9136 100644 --- a/res/image/grass.png +++ b/res/image/grass.png diff --git a/res/image/grass_top.png b/res/image/grass_top.png Binary files differnew file mode 100644 index 0000000..71579bf --- /dev/null +++ b/res/image/grass_top.png |