MCPcopy Create free account
hub / github.com/cogentcore/core / Destroy

Method Destroy

vgpu/framebuffer.go:63–67  ·  view source on GitHub ↗

Destroy destroys everything

()

Source from the content-addressed store, hash-verified

61
62// Destroy destroys everything
63func (fb *Framebuffer) Destroy() {
64 fb.DestroyFrame()
65 fb.Image.Destroy()
66 fb.Render = nil
67}
68
69// DestroyFrame destroys the framebuffer if non-nil
70func (fb *Framebuffer) DestroyFrame() {

Callers

nothing calls this directly

Calls 2

DestroyFrameMethod · 0.95
DestroyMethod · 0.65

Tested by

no test coverage detected