Api Sandbox Rendering RenderTargetHandle
struct

RenderTargetHandle

public sealed struct RenderTargetHandle

A render target handle used with CommandLists

Properties

Name Type Description
Name String
ColorTexture ColorTextureRef Reference to the color texture of this target
DepthTexture DepthTextureRef Reference to the depth texture of this target
ColorIndex ColorIndexRef Reference to the index of the color texture of this target
Size SizeHandle Reference to the size of the texture
Assembly: Sandbox.Engine Namespace: Sandbox.Rendering Full Name: Sandbox.Rendering.RenderTargetHandle