UNPKG
apl-easy-gl
Version:
latest (0.4.0)
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Various easy WebGL helper functions
github.com/andrewlowndes/easy-gl
andrewlowndes/easy-gl
apl-easy-gl
/
lib
/
Loaders
/
loadProgram.d.ts
3 lines
(2 loc)
•
193 B
TypeScript
View Raw
1
2
3
import
{
ShaderProgram
}
from
"../Interfaces/ShaderProgram"
;
export
declare
function
loadProgram
(
gl
:
WebGLRenderingContext
,
vertexFile
:
string
,
fragmentFile
:
string
):
Promise
<
ShaderProgram
>;