MCPcopy Create free account
hub / github.com/gre/gl-react / getGLRenderableContent

Method getGLRenderableContent

packages/gl-react/src/Bus.tsx:102–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 getGLRenderableContent(): any {
103 const { mapRenderableContent } = this.context.glSurface;
104 const { glBusRootNode } = this;
105 return glBusRootNode && mapRenderableContent
106 ? mapRenderableContent(glBusRootNode)
107 : null;
108 }
109
110 getGLName(): string {
111 return `Bus(${

Callers 4

getGLNameMethod · 0.95
getGLShortNameMethod · 0.95
GLInspectorFunction · 0.80
prepareTextureMethod · 0.80

Calls 1

mapRenderableContentFunction · 0.85

Tested by

no test coverage detected