Class BaseCommandBuffer
Render graph command buffer types inherit from this base class. It provides some shared functionality for all command buffer types.
Inherited Members
Namespace: UnityEngine.Experimental.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class BaseCommandBuffer
Fields
Name | Description |
---|---|
m_WrappedCommandBuffer |
Properties
Methods
Name | Description |
---|---|
ThrowIfGlobalStateNotAllowed() | |
ValidateTextureHandle(TextureHandle) | |
ValidateTextureHandleRead(TextureHandle) | |
ValidateTextureHandleWrite(TextureHandle) |