pLoadShaderCode

Load shader from code strings and bind default locations

version(!BindRaylib_Static)
extern (C) @nogc nothrow
alias pLoadShaderCode = Shader function
(
char* vsCode
,
char* fsCode
)

Meta