Enum bgfx.CapsFormatFlags | Project Tiny Rendering | 0.21.0-preview.4
docs.unity3d.com
    Show / Hide Table of Contents

    Enum bgfx.CapsFormatFlags

    Namespace: Bgfx
    Syntax
    [Flags]
    public enum CapsFormatFlags : ushort

    Fields

    Name Description
    Texture2d

    Texture format is supported.

    Texture2dEmulated

    Texture format is emulated.

    Texture2dSrgb

    Texture as sRGB format is supported.

    Texture3d

    Texture format is supported.

    Texture3dEmulated

    Texture format is emulated.

    Texture3dSrgb

    Texture as sRGB format is supported.

    TextureCube

    Texture format is supported.

    TextureCubeEmulated

    Texture format is emulated.

    TextureCubeSrgb

    Texture as sRGB format is supported.

    TextureFramebuffer

    Texture format can be used as frame buffer.

    TextureFramebufferMsaa

    Texture format can be used as MSAA frame buffer.

    TextureImage

    Texture format can be used as image from compute shader.

    TextureMipAutogen

    Texture format supports auto-generated mips.

    TextureMsaa

    Texture can be sampled as MSAA.

    TextureNone

    Texture format is not supported.

    TextureVertex

    Texture format can be used from vertex shader.

    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