aabbOffset
The index of the first AABB Unity uses from RayTracingAABBsInstanceConfig.aabbBuffer.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public uint aabbOffset { readonly get; set; }
Remarks
This value counts AABB entries in the buffer, not bytes, so you don't need to change it if you change the stride of RayTracingAABBsInstanceConfig.aabbBuffer.