MCPcopy
hub / github.com/g3n/engine / Handle

Method Handle

gls/program.go:55–58  ·  view source on GitHub ↗

Handle returns the OpenGL handle of this program.

()

Source from the content-addressed store, hash-verified

53
54// Handle returns the OpenGL handle of this program.
55func (prog *Program) Handle() uint32 {
56
57 return prog.handle
58}
59
60// AddShader adds a shader to this program.
61// This must be done before the program is built.

Callers 2

LocationMethod · 0.80
LocationIdxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected