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

Method getMetaInfo

packages/gl-react/src/Node.tsx:831–836  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

829
830 const textureOptions = result ? uniformOptions : null;
831 const getMetaInfo = () => ({
832 initialObj,
833 obj,
834 dependency,
835 textureOptions,
836 });
837 const getSize = (): [number, number] | null => {
838 const fallback: [number, number] = [2, 2];
839 return result

Callers 2

GLInspector.tsxFile · 0.80
prepareUniformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected