Version: 2018.2

ComputeBufferType

enumeration

マニュアルに切り替える

説明

ComputeBuffer タイプ

Different types of compute buffers map to different usage and declarations in HLSL shaders. Default type is "structured buffer" (StructuredBuffer<T> or RWStructuredBuffer<T>).

See Also: ComputeBuffer, ComputeShader, Material.SetBuffer.

変数

DefaultDefault ComputeBuffer type (structured buffer).
RawRaw ComputeBuffer type (byte address buffer).
Append追加、消費する ComputeBuffer タイプ
Counterカウンター付きの ComputeBuffer
IndirectArguments ComputeBuffer used for Graphics.DrawProceduralIndirect, ComputeShader.DispatchIndirect or Graphics.DrawMeshInstancedIndirect arguments.