Search Results for

    Show / Hide Table of Contents

    Enum AccelerationStructureInstanceFlags

    Raytracing instance flags.

    Namespace: Evergine.Common.Graphics.Raytracing
    Assembly: Evergine.Common.dll
    Syntax
    [Flags]
    public enum AccelerationStructureInstanceFlags

    Fields

    Name Description
    ForceNonOpaque

    Applied to any of the geometries in the bottom-level acceleration structure referenced by the instance

    ForceOpaque

    Applied to all the geometries in the bottom-level acceleration structure referenced by the instance

    None

    No options specified.

    TriangleCullDisable

    Disables front/back face culling for this instance.

    TriangleFrontCounterclockwise

    This flag reverses front and back facings.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX