W3cubDocs

/Haxe Flash

Texture

package flash.display3D.textures

extends TextureBaseEventDispatcher

@:final Available on flash

Methods

@:value({ async : false }) uploadCompressedTextureFromByteArray (data:ByteArray, byteArrayOffset:UInt, async:Bool = false):Void

@:value({ miplevel : 0 }) uploadFromBitmapData (source:BitmapData, miplevel:UInt = 0):Void

@:value({ miplevel : 0 }) uploadFromByteArray (data:ByteArray, byteArrayOffset:UInt, miplevel:UInt = 0):Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/display3D/textures/Texture.html