This commit is contained in:
minjaesong
2020-04-13 05:03:53 +09:00
parent 0200fa8803
commit a61ff82ddd
2 changed files with 45 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ uniform sampler2D u_texture;
uniform vec2 screenDimension;
uniform vec2 tilesInAxes; // basically a screen dimension; vec2(tiles_in_horizontal, tiles_in_vertical)
uniform vec2 tilesInAxes; // size of the tilemap texture; vec2(tiles_in_horizontal, tiles_in_vertical)
uniform sampler2D tilemap; // RGBA8888