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

Function isBackbufferFrom

packages/gl-react/src/Node.tsx:101–102  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

99};
100
101const isBackbufferFrom = (obj: any) =>
102 obj && typeof obj === "object" && obj.type === "BackbufferFrom";
103
104const isTextureSizeGetter = (obj: any) =>
105 obj && typeof obj === "object" && obj.type === "TextureSize";

Callers 1

prepareTextureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…