@simversus/yjvis • Docs
@simversus/yjvis / DepthStencilAttachment
Class: DepthStencilAttachment
深度模板附件
Constructors
new DepthStencilAttachment()
new DepthStencilAttachment(
format
,sampleCount
,depthLoadOp
,depthStoreOp
,stencilLoadOp
,stencilStoreOp
,barrier
):DepthStencilAttachment
Parameters
• format: Format
= Format.UNKNOWN
• sampleCount: SampleCount
= SampleCount.X1
• depthLoadOp: LoadOp
= LoadOp.CLEAR
• depthStoreOp: StoreOp
= StoreOp.STORE
• stencilLoadOp: LoadOp
= LoadOp.CLEAR
• stencilStoreOp: StoreOp
= StoreOp.STORE
• barrier: GeneralBarrier
= ...
Returns
Defined in
gfx/base/types.ts:1023
Properties
barrier
barrier:
GeneralBarrier
Defined in
gfx/base/types.ts:1030
depthLoadOp
depthLoadOp:
LoadOp
=LoadOp.CLEAR
Defined in
gfx/base/types.ts:1026
depthStoreOp
depthStoreOp:
StoreOp
=StoreOp.STORE
Defined in
gfx/base/types.ts:1027
format
format:
Format
=Format.UNKNOWN
Defined in
gfx/base/types.ts:1024
sampleCount
sampleCount:
SampleCount
=SampleCount.X1
Defined in
gfx/base/types.ts:1025
stencilLoadOp
stencilLoadOp:
LoadOp
=LoadOp.CLEAR
Defined in
gfx/base/types.ts:1028
stencilStoreOp
stencilStoreOp:
StoreOp
=StoreOp.STORE
Defined in
gfx/base/types.ts:1029