pLoadShader

Load shader from files and bind default locations

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pLoadShader = Shader function
(
const(char)* vsFileName
,
const(char)* fsFileName
)

Meta