we
Preparing search index...
core/postprocess/basePostProcess
BasePostProcess
Class BasePostProcess
Abstract
Hierarchy (
View Summary
)
BasePostProcess
Blur3x3
FXAA
PP_RedToOne
Implements
I_UUID
Index
Constructors
constructor
Properties
_
id
_
is
Destroy
_
manager
commands
device
input
Values
manager
scene
shader
Module
size
UUID
Methods
_
destroy
copy
default
Push
Copy
Command
destroy
init
on
Resize
update
update
Self
Constructors
constructor
new
BasePostProcess
(
input
:
IV_PostProcess
)
:
BasePostProcess
Parameters
input
:
IV_PostProcess
Returns
BasePostProcess
Properties
_
id
_id
:
number
_
is
Destroy
_isDestroy
:
boolean
= false
_
manager
_manager
:
any
commands
commands
:
commmandType
[]
= []
device
device
:
GPUDevice
input
Values
inputValues
:
IV_PostProcess
manager
manager
:
PostProcessManager
scene
scene
:
Scene
shader
Module
shaderModule
:
undefined
|
GPUShaderModule
size
size
:
{
height
:
number
;
width
:
number
}
UUID
UUID
:
string
Methods
Abstract
_
destroy
_destroy
()
:
void
Returns
void
copy
copy
(
source
:
GPUTexture
,
target
:
GPUTexture
)
:
void
Parameters
source
:
GPUTexture
target
:
GPUTexture
Returns
void
default
Push
Copy
Command
defaultPushCopyCommand
()
:
void
Returns
void
destroy
destroy
()
:
void
Returns
void
Abstract
init
init
()
:
any
PostProcess 功能实现
Returns
any
on
Resize
onResize
()
:
Promise
<
void
>
Returns
Promise
<
void
>
update
update
(
clock
:
Clock
)
:
void
1、更新自身 2、如果有输入的callback update(),调用更新
Parameters
clock
:
Clock
Returns
void
Abstract
update
Self
updateSelf
(
clock
:
Clock
)
:
void
1、更新自身
Parameters
clock
:
Clock
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
id
_
is
Destroy
_
manager
commands
device
input
Values
manager
scene
shader
Module
size
UUID
Methods
_
destroy
copy
default
Push
Copy
Command
destroy
init
on
Resize
update
update
Self
we
Loading...
PostProcess 功能实现