MCPcopy Create free account
hub / github.com/golang/mobile / UseProgram

Method UseProgram

gl/interface.go:772–772  ·  view source on GitHub ↗

UseProgram sets the active program. http://www.khronos.org/opengles/sdk/docs/man3/html/glUseProgram.xhtml

(p Program)

Source from the content-addressed store, hash-verified

770 //
771 // http://www.khronos.org/opengles/sdk/docs/man3/html/glUseProgram.xhtml
772 UseProgram(p Program)
773
774 // ValidateProgram checks to see whether the executables contained in
775 // program can execute given the current OpenGL state.

Callers 2

onPaintFunction · 0.65
DrawMethod · 0.65

Implementers 1

contextgl/work_other.go

Calls

no outgoing calls

Tested by

no test coverage detected