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.