Enum GetCompatibleRenderTextureFormatOptions
- Namespace
- RenderHeads.Media.AVProVideo
- Assembly
- AVProVideo.Runtime.dll
Options for passing into GetCompatibleRenderTextureFormat
[Flags]
public enum GetCompatibleRenderTextureFormatOptions
Fields
Default = 0No options, default behaviour based on the texture's format
ForResolve = 1The format is for a final resolve, i.e. converting from YCbCr to RGBA
RequiresAlpha = 2The format requires an alpha channel