Version: 2022.2
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

GraphicsFormatUtility.ComputeMipmapSize

매뉴얼로 전환
public static uint ComputeMipmapSize (int width, int height, Experimental.Rendering.GraphicsFormat format);
public static uint ComputeMipmapSize (int width, int height, int depth, Experimental.Rendering.GraphicsFormat format);
public static uint ComputeMipmapSize (int width, int height, TextureFormat format);
public static uint ComputeMipmapSize (int width, int height, int depth, TextureFormat format);

설명

Computes the memory size in bytes for a single mipmap.