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

Method renderContext

core/renderwindow.go:736–738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

734}
735
736func (w *renderWindow) renderContext() *renderContext {
737 return w.mains.renderContext
738}
739
740// renderWindow performs all rendering based on current Stages config.
741// It sets the Write lock on RenderContext Mutex, so nothing else can update

Callers 6

newRenderWindowFunction · 0.95
resizedMethod · 0.95
closeReqMethod · 0.95
handleEventMethod · 0.95
handleWindowEventsMethod · 0.95
renderWindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected