docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum TexturesExtension.MipMapModeEnum

    Mipmap Mode enumeration. Determines how mipmap levels are written into the layer's swapchain.

    Namespace: Unity.XR.CompositionLayers.Extensions
    Assembly: Unity.XR.CompositionLayers.dll
    Syntax
    public enum TexturesExtension.MipMapModeEnum

    Fields

    Name Description
    AutoGenerate

    Blit mip level 0 into the swapchain image, then derive the lower mip levels with GenerateMips(). Use when the source texture cannot be copied directly (eg. compressed or cross-format sources).

    CopyFromSource

    Copy every authored mip level directly from the source texture into the swapchain image. Requires a source whose format is compatible with CopyTexture(Texture,Texture).

    None

    This is the default. No mipmaps. The swapchain is created single-mip.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)