mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Rename to CreateProgramFromStrings
This commit is contained in:
2
vendor/wasm/WebGL/webgl_helpers.odin
vendored
2
vendor/wasm/WebGL/webgl_helpers.odin
vendored
@@ -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