mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Rename to CreateProgramFromStrings
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ package webgl
|
|||||||
|
|
||||||
import "core:fmt"
|
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
|
ok = true
|
||||||
log: [1024]byte
|
log: [1024]byte
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user