summary refs log tree commit diff
path: root/src/texture.odin
diff options
context:
space:
mode:
authoriurii <[email protected]>2024-09-07 14:00:44 +0200
committeriurii <[email protected]>2024-09-07 14:00:44 +0200
commitc5bf2b9de1504e60c007d3a166beb45c1eab64e9 (patch)
treea3b00289522ca6435958a803b37283cc98ea143b /src/texture.odin
parentf962ac82a0689560a2ebe1070c7693a78d70172c (diff)
downloadfunhalla-c5bf2b9de1504e60c007d3a166beb45c1eab64e9.tar.gz
fixed shaders
Diffstat (limited to '')
-rw-r--r--src/texture.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/texture.odin b/src/texture.odin
index 4e652ae..3eb350b 100644
--- a/src/texture.odin
+++ b/src/texture.odin
@@ -4,6 +4,7 @@ import gl "vendor:OpenGL"
 import "vendor:stb/image"
 import "core:log"
 
+// TODO(juri) add runtime assertions for path
 load_texture :: proc(path: cstring) -> u32 {
   texture_id : u32