Search Results for

    Show / Hide Table of Contents

    Enum AccelerationStructureInstanceFlags

    Ray tracing instance flags.

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

    Fields

    Name Description
    ForceNonOpaque

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

    ForceOpaque

    Applied to all 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 facing.

    Extension Methods

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