Preparing search index...
The search index is not available
redgpu
redgpu
RenderState
BlendState
Class BlendState
Index
Constructors
constructor
Properties
state
Accessors
dst
Factor
operation
src
Factor
Constructors
constructor
new
BlendState
(
targetMaterial
:
any
,
srcFactor
?:
GPUBlendFactor
,
dstFactor
?:
GPUBlendFactor
,
operation
?:
GPUBlendOperation
,
)
:
BlendState
Parameters
targetMaterial
:
any
Optional
srcFactor
:
GPUBlendFactor
Optional
dstFactor
:
GPUBlendFactor
Optional
operation
:
GPUBlendOperation
Returns
BlendState
Properties
state
state
:
GPUBlendComponent
Accessors
dst
Factor
get
dstFactor
()
:
GPUBlendFactor
Returns
GPUBlendFactor
set
dstFactor
(
newDstFactor
:
GPUBlendFactor
)
:
void
Parameters
newDstFactor
:
GPUBlendFactor
Returns
void
operation
get
operation
()
:
GPUBlendOperation
Returns
GPUBlendOperation
set
operation
(
newOperation
:
GPUBlendOperation
)
:
void
Parameters
newOperation
:
GPUBlendOperation
Returns
void
src
Factor
get
srcFactor
()
:
GPUBlendFactor
Returns
GPUBlendFactor
set
srcFactor
(
newSrcFactor
:
GPUBlendFactor
)
:
void
Parameters
newSrcFactor
:
GPUBlendFactor
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
state
Accessors
dst
Factor
operation
src
Factor
redgpu
Loading...