MCPcopy
hub / github.com/regl-project/regl / prop

Method prop

regl.d.ts:139–139  ·  view source on GitHub ↗
(name: Key)

Source from the content-addressed store, hash-verified

137
138 /* Retrieve the property `name` passed when the draw command is executed. */
139 prop<Props extends {}, Key extends keyof Props>(name: Key): DynamicVariable<Props[Key]>;
140 /* Retrieve the context property `name` when the draw command is executed. */
141 context<Context extends REGL.DefaultContext, K extends keyof Context>(name: K): DynamicVariable<Context[K]>;
142 /* Retrieve the property `name` of the object in whose context the draw command is executing. */

Callers 15

video.jsFile · 0.80
metaball.jsFile · 0.80
blur.jsFile · 0.80
cube.jsFile · 0.80
envmap.jsFile · 0.80
shadow_map.jsFile · 0.80
cube-fbo.jsFile · 0.80
gpuReduceCreateFunction · 0.80
sprites.jsFile · 0.80
graph.jsFile · 0.80
theta360.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected