mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Rename to CreateProgramFromStrings
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ package webgl
|
||||
|
||||
import "core:fmt"
|
||||
|
||||
CreateProgramHelper :: proc(vs_sources, fs_sources: []string) -> (program: Program, ok: bool) {
|
||||
CreateProgramFromStrings :: proc(vs_sources, fs_sources: []string) -> (program: Program, ok: bool) {
|
||||
ok = true
|
||||
log: [1024]byte
|
||||
|
||||
|
||||
Reference in New Issue
Block a user