Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EngoEngine/engo
/ Data
Method
Data
common/render_filetype.go:94–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
// Image holds data and properties of an .jpg, .gif, or .png file
93
type
Image
interface
{
94
Data()
interface
{}
95
Width() int
96
Height() int
97
}
Callers
1
UploadTexture
Function · 0.65
Implementers
1
ImageObject
common/render_filetype.go
Calls
no outgoing calls
Tested by
no test coverage detected