Search Results for

    Show / Hide Table of Contents

    Enum GetCompatibleRenderTextureFormatOptions

    Options for passing into GetCompatibleRenderTextureFormat

    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public enum GetCompatibleRenderTextureFormatOptions

    Fields

    Name Description
    Default

    No options, default behaviour based on the texture's format

    ForResolve

    The format is for a final resolve, i.e. converting from YCbCr to RGBA

    RequiresAlpha

    The format requires an alpha channel

    In This Article