Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EngoEngine/engo
/ Texture
Method
Texture
common/render.go:27–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
// Drawable is that which can be rendered to OpenGL.
26
type
Drawable
interface
{
27
Texture() *gl.Texture
28
Width() float32
29
Height() float32
30
View() (float32, float32, float32, float32)
Callers
4
Less
Method · 0.65
bindTexturePack
Method · 0.65
Draw
Method · 0.65
Draw
Method · 0.65
Implementers
11
RenderTexture
common/render_framebuffer.go
Text
common/font.go
Texture
common/render_filetype.go
Blendmap
common/render_shaders_blendmap.go
Tile
common/level.go
Triangle
common/render_shapes.go
Rectangle
common/render_shapes.go
Circle
common/render_shapes.go
Curve
common/render_shapes.go
ComplexTriangles
common/render_shapes.go
TestDrawable
common/animation_test.go
Calls
no outgoing calls
Tested by
no test coverage detected