MCPcopy Index your code
hub / github.com/EngoEngine/engo / Close

Method Close

common/render_shaders_blendmap.go:46–48  ·  view source on GitHub ↗

Close removes the Texture data from the GPU.

()

Source from the content-addressed store, hash-verified

44
45// Close removes the Texture data from the GPU.
46func (bm Blendmap) Close() {
47 bm.Map.Close()
48}
49
50const (
51 blendmapSpriteSize = 20

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected