Replies: 1 comment 1 reply
-
You can see this for an example: https://webgpu.github.io/webgpu-samples/?sample=instancedCube#instanced.vert.wgsl |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have 500 entities with a specific component, is it possible to provide different shader uniform variables for the 500 entities based on the value of the component? For example, let 500 entities use different colors.
Beta Was this translation helpful? Give feedback.
All reactions