You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support needs to be added to Impeller's HAL for this.
Allow specifying a specific ColorAttachment.mipLevel (default 0) and ColorAttachment.slice (default 0).
Throw a Dart exception if !(0 < mipLevel < mipLevelCount) or if slice is is out of range for the given TextureType (i.e. TextureType.cube has 6 slices, whereas TextureType.2d has 1).
ColorAttachment.mipLevel(default 0) andColorAttachment.slice(default 0).!(0 < mipLevel < mipLevelCount)or ifsliceis is out of range for the givenTextureType(i.e.TextureType.cubehas 6 slices, whereasTextureType.2dhas 1).