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

Method Vars

vgpu/system.go:105–107  ·  view source on GitHub ↗

Vars returns a pointer to the vars for this pipeline, which has vals within it

()

Source from the content-addressed store, hash-verified

103
104// Vars returns a pointer to the vars for this pipeline, which has vals within it
105func (sy *System) Vars() *Vars {
106 return &sy.Mem.Vars
107}
108
109func (sy *System) Destroy() {
110 for _, ev := range sy.Events {

Callers 15

ConfigMethod · 0.95
CmdBindVarsMethod · 0.95
mainFunction · 0.95
mainFunction · 0.45
mainFunction · 0.45
ConfigLightsMethod · 0.45
SetViewProjectionMethod · 0.45
ConfigMeshesMethod · 0.45
UseMeshIndexMethod · 0.45
MeshFloatsByIndexMethod · 0.45
ModMeshByIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected