Version: 2021.3

IndirectDrawArgs

struct in UnityEngine

切换到手册

描述

Defines the data layout for non-indexed indirect render calls.

To setup GraphicsBuffer for non-indexed indirect rendering, use this struct to define the data layout. The layout can change between platforms, so for improved portability, use this struct instead of defining the data as raw ints.

See Also: Graphics.RenderPrimitivesIndirect.

静态变量

sizeThe size of the struct in bytes.

变量

instanceCountThe number of instances to render.
startInstanceThe first instance to render.
startVertexThe first vertex to render.
vertexCountPerInstanceThe number of vertices per instance.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961