diff options
author | iurii <[email protected]> | 2024-09-07 14:00:44 +0200 |
---|---|---|
committer | iurii <[email protected]> | 2024-09-07 14:00:44 +0200 |
commit | c5bf2b9de1504e60c007d3a166beb45c1eab64e9 (patch) | |
tree | a3b00289522ca6435958a803b37283cc98ea143b /src/texture.odin | |
parent | f962ac82a0689560a2ebe1070c7693a78d70172c (diff) | |
download | funhalla-c5bf2b9de1504e60c007d3a166beb45c1eab64e9.tar.gz |
fixed shaders
Diffstat (limited to 'src/texture.odin')
-rw-r--r-- | src/texture.odin | 1 |
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 |