Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EngoEngine/engo
/ Blendmap
Struct
Blendmap
common/render_shaders_blendmap.go:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
type
Blendmap
struct
{
20
*TexturePack
21
22
Map *Texture
23
}
24
25
// Width returns the width of the blendmap.
26
func
(bm Blendmap) Width() float32 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected