terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UnityEngine.Experimental.Rendering.GraphicsFormatUtility Class Reference

Static Public Member Functions

static GraphicsFormat GetGraphicsFormat (TextureFormat format, bool isSRGB)
 
static GraphicsFormat GetGraphicsFormat (RenderTextureFormat format, bool isSRGB)
 
static GraphicsFormat GetGraphicsFormat (RenderTextureFormat format, RenderTextureReadWrite readWrite)
 
static GraphicsFormat GetDepthStencilFormat (int minimumDepthBits, int minimumStencilBits)
 
static bool IsSRGBFormat (GraphicsFormat format)
 
static bool IsDepthFormat (GraphicsFormat format)
 
static bool IsStencilFormat (GraphicsFormat format)
 
static bool IsPVRTCFormat (GraphicsFormat format)
 
static bool IsCrunchFormat (TextureFormat format)
 

Static Package Functions

static GraphicsFormat GetDepthStencilFormat (int minimumDepthBits)
 
static bool IsCompressedTextureFormat (TextureFormat format)
 
static bool CanDecompressFormat (GraphicsFormat format)
 

Static Private Member Functions

static GraphicsFormat GetGraphicsFormat_Native_TextureFormat (TextureFormat format, bool isSRGB)
 
static GraphicsFormat GetGraphicsFormat_Native_RenderTextureFormat (RenderTextureFormat format, bool isSRGB)
 
static GraphicsFormat GetDepthStencilFormatFromBitsLegacy_Native (int minimumDepthBits)
 
static bool CanDecompressFormat (GraphicsFormat format, bool wholeImage)
 
static GraphicsFormatUtility ()
 

Static Private Attributes

static readonly GraphicsFormat[] tableNoStencil
 
static readonly GraphicsFormat[] tableStencil
 

Detailed Description

Definition at line 10 of file GraphicsFormatUtility.cs.


The documentation for this class was generated from the following file: