-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
Hi I have a feature request,
I'm unable to utilize a Uint8Array as a source for a texture. Having this would be a flexible feature for some projects utilizing raw image data arrays both web and native.
For reference I'm using gl-react on react-native.
<Node
width={nodeWidth}
height={nodeHeight}
shader={shaders.node}
uniforms={{
texture: { width: textureWidth, height: textureHeight: data: textureUint8Array },
}}
clear={null}
/>
iamterryclark
Metadata
Metadata
Assignees
Labels
No labels