Version: 2022.3
LanguageEnglish
  • C#

GraphicsBuffer.Target.IndirectArguments

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

GraphicsBuffer can be used as an indirect argument buffer for indirect draws and dispatches.

Indirect arguments buffers are used for Graphics.RenderPrimitivesIndirect, ComputeShader.DispatchIndirect or Graphics.RenderMeshIndirect.

The buffer size must be a minimum of 12 bytes. The underlying DirectX 11 unordered access view format will be R32_UINT, and shader resource view format will be R32 typeless.

Additional resources: GraphicsBuffer, ComputeShader, Material.SetBuffer, GraphicsBuffer.CopyCount.