forge-instanced-rendering
OfficialEfficient instanced rendering of repeated meshes.
Authorcode-review-benchmark
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Instanced rendering allows drawing many copies of the same mesh with a single draw call by streaming per-instance transforms.
Core Features & Use Cases
- Per-instance data: a 64-byte model matrix stored for each instance.
- Dual-vertex buffer pipeline: one buffer for per-vertex data and one for per-instance transforms.
- Seven vertex attributes including per-instance matrix columns and per-vertex attributes.
- Vertex shader reconstruction of the model matrix from per-instance data and rendering via a shared VP matrix.
- Use cases include forests, crowds, particle systems, buildings, or any scene with repeated geometry.
Quick Start
Create an array of InstanceData with a 64-byte model matrix for each instance, upload it as a per-instance buffer, and issue a single instanced draw.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: forge-instanced-rendering Download link: https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317/archive/main.zip#forge-instanced-rendering Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.