playcanvas-opti-pixel - v1.2.0
Preparing search index...
IHierarchicalZBuffer
Interface IHierarchicalZBuffer
interface
IHierarchicalZBuffer
{
buffers
?:
Texture
[]
;
enabled
:
boolean
;
height
:
number
;
mipLevels
:
number
;
screenHeight
:
number
;
screenWidth
:
number
;
texture
:
Texture
|
null
;
uvFactor
:
[
number
,
number
]
;
width
:
number
;
isColor
()
:
boolean
;
isFloat16
()
:
boolean
;
isFloat32
()
:
boolean
;
}
Hierarchy (
View Summary
)
IHierarchicalZBuffer
ICoverageBuffer
Implemented by
WebglHierarchicalZBuffer
WebgpuHierarchicalZBuffer
Index
Properties
buffers?
enabled
height
mip
Levels
screen
Height
screen
Width
texture
uv
Factor
width
Methods
is
Color
is
Float16
is
Float32
Properties
Optional
Readonly
buffers
buffers
?:
Texture
[]
enabled
enabled
:
boolean
Readonly
height
height
:
number
Readonly
mip
Levels
mipLevels
:
number
Readonly
screen
Height
screenHeight
:
number
Readonly
screen
Width
screenWidth
:
number
Readonly
texture
texture
:
Texture
|
null
uv
Factor
uvFactor
:
[
number
,
number
]
Readonly
width
width
:
number
Methods
is
Color
isColor
()
:
boolean
Returns
boolean
is
Float16
isFloat16
()
:
boolean
Returns
boolean
is
Float32
isFloat32
()
:
boolean
Returns
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
buffers
enabled
height
mip
Levels
screen
Height
screen
Width
texture
uv
Factor
width
Methods
is
Color
is
Float16
is
Float32
playcanvas-opti-pixel - v1.2.0
Loading...