MCPcopy Create free account

hub / github.com/cstegel/opengl-samples-golang / functions

Functions279 in github.com/cstegel/opengl-samples-golang

↓ 14 callersMethodGetUniformLocation
(name string)
materials/gfx/shader.go:48
↓ 14 callersMethodGetUniformLocation
(name string)
light-maps/gfx/shader.go:48
↓ 9 callersMethodGetUniformLocation
(name string)
basic-light/gfx/shader.go:48
↓ 8 callersMethodGetUniformLocation
(name string)
colors/gfx/shader.go:48
↓ 8 callersMethodGetUniformLocation
(name string)
basic-3d/gfx/shader.go:48
↓ 5 callersMethodGetUniformLocation
(name string)
basic-camera/gfx/shader.go:48
↓ 5 callersMethodIsActive
IsActive returns whether the given Action is currently active
colors/win/input.go:46
↓ 5 callersMethodIsActive
IsActive returns whether the given Action is currently active
materials/win/input.go:46
↓ 5 callersMethodIsActive
IsActive returns whether the given Action is currently active
basic-light/win/input.go:46
↓ 5 callersMethodIsActive
IsActive returns whether the given Action is currently active
light-maps/win/input.go:46
↓ 5 callersMethodIsActive
IsActive returns whether the given Action is currently active
basic-camera/win/input.go:46
↓ 4 callersMethodShouldClose
()
colors/win/window.go:55
↓ 4 callersMethodShouldClose
()
basic-light/win/window.go:55
↓ 3 callersMethodBind
(texUnit uint32)
basic-textures/gfx/texture.go:80
↓ 3 callersMethodBind
(texUnit uint32)
basic-camera/gfx/texture.go:80
↓ 3 callersMethodBind
(texUnit uint32)
basic-3d/gfx/texture.go:80
↓ 3 callersMethodUnBind
()
basic-textures/gfx/texture.go:86
↓ 3 callersMethodUnBind
()
basic-camera/gfx/texture.go:86
↓ 3 callersMethodUnBind
()
basic-3d/gfx/texture.go:86
↓ 3 callersFunctioncompileShader
(shaderCode string, shaderType uint32)
hello-triangle-advanced/hello_triangle_advanced.go:109
↓ 3 callersFunctiongetGlError
(glHandle uint32, checkTrueParam uint32, getObjIvFn getObjIv, getObjInfoLogFn getObjInfoLog, failMsg string)
basic-textures/gfx/shader.go:99
↓ 3 callersFunctiongetGlError
(glHandle uint32, checkTrueParam uint32, getObjIvFn getObjIv, getObjInfoLogFn getObjInfoLog, failMsg string)
basic-shaders/gfx/shader.go:95
↓ 3 callersFunctiongetGlError
(glHandle uint32, checkTrueParam uint32, getObjIvFn getObjIv, getObjInfoLogFn getObjInfoLog, failMsg string)
colors/gfx/shader.go:99
↓ 3 callersFunctiongetGlError
(glHandle uint32, checkTrueParam uint32, getObjIvFn getObjIv, getObjInfoLogFn getObjInfoLog, failMsg string)
materials/gfx/shader.go:99
↓ 3 callersFunctiongetGlError
(glHandle uint32, checkTrueParam uint32, getObjIvFn getObjIv, getObjInfoLogFn getObjInfoLog, failMsg string)
basic-light/gfx/shader.go:99
↓ 3 callersFunctiongetGlError
(glHandle uint32, checkTrueParam uint32, getObjIvFn getObjIv, getObjInfoLogFn getObjInfoLog, failMsg string)
light-maps/gfx/shader.go:99
↓ 3 callersFunctiongetGlError
(glHandle uint32, checkTrueParam uint32, getObjIvFn getObjIv, getObjInfoLogFn getObjInfoLog, failMsg string)
basic-camera/gfx/shader.go:99
↓ 3 callersFunctiongetGlError
(glHandle uint32, checkTrueParam uint32, getObjIvFn getObjIv, getObjInfoLogFn getObjInfoLog, failMsg string)
basic-3d/gfx/shader.go:99
↓ 2 callersMethodGetUniformLocation
(name string)
basic-textures/gfx/shader.go:48
↓ 2 callersMethodSetUniform
(uniformLoc int32)
basic-textures/gfx/texture.go:91
↓ 2 callersMethodSetUniform
(uniformLoc int32)
basic-camera/gfx/texture.go:91
↓ 2 callersMethodSetUniform
(uniformLoc int32)
basic-3d/gfx/texture.go:91
↓ 2 callersMethodUse
()
colors/gfx/shader.go:38
↓ 2 callersMethodUse
()
materials/gfx/shader.go:38
↓ 2 callersMethodUse
()
basic-light/gfx/shader.go:38
↓ 2 callersMethodUse
()
light-maps/gfx/shader.go:38
↓ 2 callersFunctioncheckGlError
(glObject uint32, errorParam uint32, getParamFn getGlParam, getInfoLogFn getInfoLog, failMsg string)
hello-triangle/hello_triangle.go:76
↓ 2 callersFunctioncheckGlError
(glObject uint32, errorParam uint32, getParamFn getGlParam, getInfoLogFn getInfoLog, failMsg string)
hello-triangle-advanced/hello_triangle_advanced.go:87
↓ 2 callersFunctioncheckShaderCompileErrors
(shader uint32)
hello-triangle/hello_triangle.go:88
↓ 2 callersFunctioncreateTriangleVAO
* * Creates the Vertex Array Object for a triangle. */
hello-triangle-advanced/hello_triangle_advanced.go:136
↓ 2 callersFunctioncreateVAO
* * Creates the Vertex Array Object for a triangle. * indices is leftover from earlier samples and not used here. */
colors/main.go:115
↓ 2 callersFunctioncreateVAO
* * Creates the Vertex Array Object for a triangle. * indices is leftover from earlier samples and not used here. */
materials/main.go:116
↓ 2 callersFunctioncreateVAO
* * Creates the Vertex Array Object for a triangle. * indices is leftover from earlier samples and not used here. */
basic-light/main.go:117
↓ 2 callersFunctioncreateVAO
* * Creates the Vertex Array Object for a triangle. * indices is leftover from earlier samples and not used here. */
light-maps/main.go:116
↓ 2 callersFunctionlinkShaders
* * Link the provided shaders in the order they were given and return the linked program. */
hello-triangle-advanced/hello_triangle_advanced.go:122
↓ 1 callersMethodAttach
(shaders ...*Shader)
basic-textures/gfx/shader.go:31
↓ 1 callersMethodAttach
(shaders ...*Shader)
basic-shaders/gfx/shader.go:31
↓ 1 callersMethodAttach
(shaders ...*Shader)
colors/gfx/shader.go:31
↓ 1 callersMethodAttach
(shaders ...*Shader)
materials/gfx/shader.go:31
↓ 1 callersMethodAttach
(shaders ...*Shader)
basic-light/gfx/shader.go:31
↓ 1 callersMethodAttach
(shaders ...*Shader)
light-maps/gfx/shader.go:31
↓ 1 callersMethodAttach
(shaders ...*Shader)
basic-camera/gfx/shader.go:31
↓ 1 callersMethodAttach
(shaders ...*Shader)
basic-3d/gfx/shader.go:31
↓ 1 callersMethodBind
(texUnit uint32)
colors/gfx/texture.go:80
↓ 1 callersMethodBind
(texUnit uint32)
materials/gfx/texture.go:80
↓ 1 callersMethodBind
(texUnit uint32)
basic-light/gfx/texture.go:80
↓ 1 callersMethodBind
(texUnit uint32)
light-maps/gfx/texture.go:80
↓ 1 callersMethodCheckpointCursorChange
CheckpointCursorChange updates the publicly available Cursor() and CursorChange() methods to return the current Cursor and change since last time this
colors/win/input.go:63
↓ 1 callersMethodCheckpointCursorChange
CheckpointCursorChange updates the publicly available Cursor() and CursorChange() methods to return the current Cursor and change since last time this
materials/win/input.go:63
↓ 1 callersMethodCheckpointCursorChange
CheckpointCursorChange updates the publicly available Cursor() and CursorChange() methods to return the current Cursor and change since last time this
basic-light/win/input.go:63
↓ 1 callersMethodCheckpointCursorChange
CheckpointCursorChange updates the publicly available Cursor() and CursorChange() methods to return the current Cursor and change since last time this
light-maps/win/input.go:63
↓ 1 callersMethodCheckpointCursorChange
CheckpointCursorChange updates the publicly available Cursor() and CursorChange() methods to return the current Cursor and change since last time this
basic-camera/win/input.go:63
↓ 1 callersMethodCursorChange
CursorChange returns the amount of change in the underlying cursor since the last time CheckpointCursorChange was called
colors/win/input.go:57
↓ 1 callersMethodCursorChange
CursorChange returns the amount of change in the underlying cursor since the last time CheckpointCursorChange was called
materials/win/input.go:57
↓ 1 callersMethodCursorChange
CursorChange returns the amount of change in the underlying cursor since the last time CheckpointCursorChange was called
basic-light/win/input.go:57
↓ 1 callersMethodCursorChange
CursorChange returns the amount of change in the underlying cursor since the last time CheckpointCursorChange was called
light-maps/win/input.go:57
↓ 1 callersMethodCursorChange
CursorChange returns the amount of change in the underlying cursor since the last time CheckpointCursorChange was called
basic-camera/win/input.go:57
↓ 1 callersMethodDelete
()
basic-textures/gfx/shader.go:20
↓ 1 callersMethodDelete
()
basic-textures/gfx/shader.go:24
↓ 1 callersMethodDelete
()
basic-shaders/gfx/shader.go:20
↓ 1 callersMethodDelete
()
basic-shaders/gfx/shader.go:24
↓ 1 callersMethodDelete
()
colors/gfx/shader.go:20
↓ 1 callersMethodDelete
()
colors/gfx/shader.go:24
↓ 1 callersMethodDelete
()
materials/gfx/shader.go:20
↓ 1 callersMethodDelete
()
materials/gfx/shader.go:24
↓ 1 callersMethodDelete
()
basic-light/gfx/shader.go:20
↓ 1 callersMethodDelete
()
basic-light/gfx/shader.go:24
↓ 1 callersMethodDelete
()
light-maps/gfx/shader.go:20
↓ 1 callersMethodDelete
()
light-maps/gfx/shader.go:24
↓ 1 callersMethodDelete
()
basic-camera/gfx/shader.go:20
↓ 1 callersMethodDelete
()
basic-camera/gfx/shader.go:24
↓ 1 callersMethodDelete
()
basic-3d/gfx/shader.go:20
↓ 1 callersMethodDelete
()
basic-3d/gfx/shader.go:24
↓ 1 callersMethodGetTransform
GetCameraTransform gets the matrix to transform from world coordinates to this camera's coordinates.
colors/cam/camera.go:103
↓ 1 callersMethodGetTransform
GetCameraTransform gets the matrix to transform from world coordinates to this camera's coordinates.
materials/cam/camera.go:103
↓ 1 callersMethodGetTransform
GetCameraTransform gets the matrix to transform from world coordinates to this camera's coordinates.
basic-light/cam/camera.go:103
↓ 1 callersMethodGetTransform
GetCameraTransform gets the matrix to transform from world coordinates to this camera's coordinates.
light-maps/cam/camera.go:103
↓ 1 callersMethodGetTransform
GetCameraTransform gets the matrix to transform from world coordinates to this camera's coordinates.
basic-camera/cam/camera.go:103
↓ 1 callersMethodHeight
()
colors/win/window.go:51
↓ 1 callersMethodHeight
()
materials/win/window.go:51
↓ 1 callersMethodHeight
()
basic-light/win/window.go:51
↓ 1 callersMethodHeight
()
light-maps/win/window.go:51
↓ 1 callersMethodHeight
()
basic-camera/win/window.go:51
↓ 1 callersMethodInputManager
()
colors/win/window.go:19
↓ 1 callersMethodInputManager
()
materials/win/window.go:19
↓ 1 callersMethodInputManager
()
basic-light/win/window.go:19
↓ 1 callersMethodInputManager
()
light-maps/win/window.go:19
↓ 1 callersMethodInputManager
()
basic-camera/win/window.go:19
↓ 1 callersMethodLink
()
basic-textures/gfx/shader.go:42
↓ 1 callersMethodLink
()
basic-shaders/gfx/shader.go:42
next →1–100 of 279, ranked by callers