engine
engine copied to clipboard
Expose rendering to individual mip levels of textures of a render target
currently this is always using level 0
WebGL: glFramebufferTexture2D has mip parameter. Note that specifying the (mip) level is only supported on WebGL2, WebGL1 does not have a way to render to a mipmap. WebGPU: define custom view