Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FillLightAndReflectionProbeIndices

Fills a buffer with per-object light indices.
Read time 1 minuteLast updated 13 days ago

Definition

FillLightAndReflectionProbeIndices(ComputeBuffer)

Fills a buffer with per-object light indices.
public void FillLightAndReflectionProbeIndices(ComputeBuffer computeBuffer)

Parameters

computeBuffer

The compute buffer object to fill.

Remarks

FillLightAndReflectionProbeIndices(GraphicsBuffer)

Fills a buffer with per-object light indices.
public void FillLightAndReflectionProbeIndices(GraphicsBuffer buffer)

Parameters

The buffer object to fill.

Remarks