How to keep buffers on the GPU when using compute shaders for instancing or vertex data generation

This PR will let you force an instance count for thin instances:

You also have to indicate that your vertex buffer uses instancing by setting the instanced: true option.

Once the PR is merged, this PG will work:

1 Like