summaryrefslogtreecommitdiff
path: root/res/image
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-26 20:57:53 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-26 20:57:53 -0400
commit5a08c9c8e230fd952311f29bc02b22c7635d0178 (patch)
tree09bb647986461478ba8cc0671550d8488a6c434f /res/image
parenttexture arrays (diff)
downloadminecraftvulkan-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.jpgbin5956 -> 0 bytes
-rw-r--r--res/image/dirt.pngbin0 -> 916 bytes
-rw-r--r--res/image/grass.pngbin6160 -> 1003 bytes
-rw-r--r--res/image/grass_top.pngbin0 -> 1110 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/res/image/dirt.jpg b/res/image/dirt.jpg
deleted file mode 100644
index c3a679d..0000000
--- a/res/image/dirt.jpg
+++ /dev/null
Binary files differ
diff --git a/res/image/dirt.png b/res/image/dirt.png
new file mode 100644
index 0000000..6cffd82
--- /dev/null
+++ b/res/image/dirt.png
Binary files differ
diff --git a/res/image/grass.png b/res/image/grass.png
index 48823f2..a3b9136 100644
--- a/res/image/grass.png
+++ b/res/image/grass.png
Binary files differ
diff --git a/res/image/grass_top.png b/res/image/grass_top.png
new file mode 100644
index 0000000..71579bf
--- /dev/null
+++ b/res/image/grass_top.png
Binary files differ