|
@@ -9,13 +9,15 @@
|
|
<body>
|
|
<body>
|
|
<h1>[name]</h1>
|
|
<h1>[name]</h1>
|
|
|
|
|
|
- <div class="desc">todo</div>
|
|
|
|
|
|
+ <div class="desc">
|
|
|
|
+ Creates a texture directly from bitmapdata, width and height.
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
|
|
|
|
- <h3>[name]([page:todo data], [page:todo width], [page:todo height], [page:todo format], [page:todo type], [page:todo mapping], [page:todo wrapS], [page:todo wrapT], [page:todo magFilter], [page:todo minFilter], [page:todo anisotropy])</h3>
|
|
|
|
|
|
+ <h3>[name]([page:ArraybufferView data], [page:Integer width], [page:Integer height], [page:number format], [page:number type], [page:number mapping], [page:number wrapS], [page:number wrapT], [page:number magFilter], [page:number minFilter], [page:number anisotropy])</h3>
|
|
<div>
|
|
<div>
|
|
data -- The data should be arraybufferview. It contains the data of image based on the type and format.<br />
|
|
data -- The data should be arraybufferview. It contains the data of image based on the type and format.<br />
|
|
width -- The width of the image. <br />
|
|
width -- The width of the image. <br />
|