Struct Buffer<T>
Syntax
public struct Buffer<T>
where T : struct
Type Parameters
Methods
SizeRequest(Int32)
Declaration
public static Buffer<T> SizeRequest(int size)
Parameters
Type |
Name |
Description |
Int32 |
size |
|
Returns
ToNative(GraphValueResolver)
Gives access to the actual underlying data via a .
Declaration
public NativeArray<T> ToNative(GraphValueResolver resolver)
Parameters
Returns
Type |
Description |
NativeArray<T> |
|
ToNative(RenderContext)
Gives access to the actual underlying data via a .
Declaration
public NativeArray<T> ToNative(in RenderContext ctx)
Parameters
Returns
Type |
Description |
NativeArray<T> |
|