Image Copy Texture Tagged
data class ImageCopyTextureTagged(val colorSpace: PredefinedColorSpace = PredefinedColorSpace.srgb, val premultipliedAlpha: Boolean = false, val texture: Texture, val mipLevel: GPUIntegerCoordinate, val origin: Origin3D = Origin3D(), val aspect: TextureAspect = TextureAspect.All)
Constructors
Link copied to clipboard
constructor(colorSpace: PredefinedColorSpace = PredefinedColorSpace.srgb, premultipliedAlpha: Boolean = false, texture: Texture, mipLevel: GPUIntegerCoordinate, origin: Origin3D = Origin3D(), aspect: TextureAspect = TextureAspect.All)