Struct RenderPass | Project Tiny Rendering | 0.24.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Struct RenderPass

    Namespace: Unity.Tiny.Rendering
    Syntax
    public struct RenderPass : IComponentData

    Fields

    clearDepth

    Declaration
    public float clearDepth
    Field Value
    Type Description
    Single

    clearFlags

    Declaration
    public RenderPassClear clearFlags
    Field Value
    Type Description
    RenderPassClear

    clearRGBA

    Declaration
    public uint clearRGBA
    Field Value
    Type Description
    UInt32

    clearStencil

    Declaration
    public byte clearStencil
    Field Value
    Type Description
    Byte

    frustum

    Declaration
    public Frustum frustum
    Field Value
    Type Description
    Frustum

    inNode

    Declaration
    public Entity inNode
    Field Value
    Type Description
    Entity

    passFlags

    Declaration
    public RenderPassFlags passFlags
    Field Value
    Type Description
    RenderPassFlags

    passType

    Declaration
    public RenderPassType passType
    Field Value
    Type Description
    RenderPassType

    projectionTransform

    Declaration
    public float4x4 projectionTransform
    Field Value
    Type Description
    float4x4

    scissor

    Declaration
    public RenderPassRect scissor
    Field Value
    Type Description
    RenderPassRect

    sorting

    Declaration
    public RenderPassSort sorting
    Field Value
    Type Description
    RenderPassSort

    viewId

    Declaration
    public ushort viewId
    Field Value
    Type Description
    UInt16

    viewport

    Declaration
    public RenderPassRect viewport
    Field Value
    Type Description
    RenderPassRect

    viewTransform

    Declaration
    public float4x4 viewTransform
    Field Value
    Type Description
    float4x4

    Methods

    GetFlipCulling()

    Declaration
    public byte GetFlipCulling()
    Returns
    Type Description
    Byte

    GetFlipCullingInverse()

    Declaration
    public byte GetFlipCullingInverse()
    Returns
    Type Description
    Byte
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023