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

Method ReConfig

vgpu/renderframe.go:148–151  ·  view source on GitHub ↗

ReConfig reconfigures rendering

()

Source from the content-addressed store, hash-verified

146
147// ReConfig reconfigures rendering
148func (rf *RenderFrame) ReConfig() {
149 rf.Render.SetSize(rf.Format.Size)
150 rf.ReConfigFrames()
151}
152
153// ReConfigFrames re-configures the Famebuffers
154// using exiting settings.

Callers 1

SetSizeMethod · 0.95

Calls 2

ReConfigFramesMethod · 0.95
SetSizeMethod · 0.65

Tested by

no test coverage detected