Struct CoreUnsafeUtils.FixedBufferStringQueue
Fixed Buffer String Queue class.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public struct CoreUnsafeUtils.FixedBufferStringQueue
Constructors
Name | Description |
---|---|
FixedBufferStringQueue(byte*, int) | Constructor. |
Properties
Name | Description |
---|---|
Count | Number of element in the queue. |
Methods
Name | Description |
---|---|
Clear() | Clear the queue. |
TryPop(out string) | Pop an element of the queue. |
TryPush(string) | Try to push a new element in the queue. |