Small World Engine API Reference - v0.46.1
Preparing search index...
BloomPassGPU
Class BloomPassGPU
Handles the Bloom generation (Kawase Dual Filtering) for WebGPU.
Index
Constructors
constructor
Methods
destroy
execute
Constructors
constructor
new
BloomPassGPU
(
device
:
GPUDevice
)
:
BloomPassGPU
Parameters
device
:
GPUDevice
Returns
BloomPassGPU
Methods
destroy
destroy
()
:
void
Returns
void
execute
execute
(
ce
:
GPUCommandEncoder
,
hdrTexture
:
GPUTexture
,
hdrTextureView
:
GPUTextureView
,
bloomConfig
:
BloomElement
,
)
:
GPUTextureView
|
null
Parameters
ce
:
GPUCommandEncoder
hdrTexture
:
GPUTexture
hdrTextureView
:
GPUTextureView
bloomConfig
:
BloomElement
Returns
GPUTextureView
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
destroy
execute
Small World Engine API Reference - v0.46.1
Loading...
Handles the Bloom generation (Kawase Dual Filtering) for WebGPU.