Add vendor:zlib to examples/all; prefix vendor packages.

This commit is contained in:
Jeroen van Rijn
2022-09-21 16:45:01 +02:00
parent cb85d00e9e
commit 0ca8a5e186
27 changed files with 53 additions and 46 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
GL_DEBUG :: #config(GL_DEBUG, ODIN_DEBUG)
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
GL_Enum :: enum u64 {
FALSE = 0,
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
// Helper for loading shaders into a program
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
loaded_up_to: [2]int
loaded_up_to_major := 0
+1 -1
View File
@@ -1,4 +1,4 @@
package odin_gl
package vendor_gl
#assert(size_of(bool) == size_of(u8))