Enum bgfx.DebugFlags | Project Tiny | 0.32.0-preview.54
docs.unity.cn
    Show / Hide Table of Contents

    Enum bgfx.DebugFlags

    Namespace: Bgfx
    Syntax
    [Flags]
    public enum DebugFlags : uint

    Fields

    Name Description Value
    None

    No debug.

    0
    Wireframe

    Enable wireframe for all primitives.

    1
    Ifh

    Enable infinitely fast hardware test. No draw calls will be submitted to driver. It's useful when profiling to quickly assess bottleneck between CPU and GPU.

    2
    Stats

    Enable statistics display.

    4
    Text

    Enable debug text display.

    8
    Profiler

    Enable profiler.

    16
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021