MCPcopy
hub / github.com/EngoEngine/engo / imageLoader

Struct imageLoader

common/render_filetype.go:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42type imageLoader struct {
43 images map[string]TextureResource
44}
45
46func (i *imageLoader) Load(url string, data io.Reader) error {
47 var res TextureResource

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected