Version: 2022.3
言語: 日本語
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.