indexStart
The first index from RayTracingGeometryInstanceConfig.indexBuffer that defines this ray tracing geometry instance.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public uint indexStart { readonly get; set; }
Remarks
This value must be a multiple of 3 and together with RayTracingGeometryInstanceConfig.indexCount it must define a valid range into RayTracingGeometryInstanceConfig.indexBuffer.