indexBuffer
The index buffer that Unity uses to define the ray tracing geometry instance.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public GraphicsBuffer indexBuffer { readonly get; set; }
Remarks
You can use a common index buffer and vertex buffer to define multiple geometry instances with different properties (for example different materials).
Use for the GraphicsBuffer.Target parameter when creating the index buffer from scripts.
GraphicsBuffer.Target.Index | GraphicsBuffer.Target.Raw