Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
RenderTargetColorAttachmentReadback
Interface RenderTargetColorAttachmentReadback
Tightly packed native-format texel bytes, with rows ordered from top to bottom.
interface
RenderTargetColorAttachmentReadback
{
bytesPerPixel
:
number
;
bytesPerRow
:
number
;
data
:
Uint8Array
;
format
:
RenderTargetColorFormat
;
height
:
number
;
width
:
number
;
}
Index
Properties
bytes
Per
Pixel
bytes
Per
Row
data
format
height
width
Properties
Readonly
bytes
Per
Pixel
bytesPerPixel
:
number
Readonly
bytes
Per
Row
bytesPerRow
:
number
Readonly
data
data
:
Uint8Array
Readonly
format
format
:
RenderTargetColorFormat
Readonly
height
height
:
number
Readonly
width
width
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytes
Per
Pixel
bytes
Per
Row
data
format
height
width
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...
Tightly packed native-format texel bytes, with rows ordered from top to bottom.