mipLevel property

int mipLevel
getter/setter pair

The mip level of texture to render into. Must be in the range [0, texture.mipLevelCount).

Rendering into a non-zero mip level is supported on Metal and Vulkan but not currently on the GLES backend. See GpuContext.doesSupportFramebufferRenderMipmap.

Implementation

int mipLevel;