MCPcopy
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
93type Image interface {
94 Data() interface{}
95 Width() int
96 Height() int
97}

Callers 1

UploadTextureFunction · 0.65

Implementers 1

ImageObjectcommon/render_filetype.go

Calls

no outgoing calls

Tested by

no test coverage detected