Class DepthStencilAttachment
Constructors
constructor
-
Parameters
-
Default value format: Format = Format.UNKNOWN
-
Default value sampleCount: number = 1
-
Default value depthLoadOp: LoadOp = LoadOp.CLEAR
-
Default value depthStoreOp: StoreOp = StoreOp.STORE
-
Default value stencilLoadOp: LoadOp = LoadOp.CLEAR
-
Default value stencilStoreOp: StoreOp = StoreOp.STORE
-
Default value beginLayout: TextureLayout = TextureLayout.UNDEFINED
-
Default value endLayout: TextureLayout = TextureLayout.DEPTH_STENCIL_ATTACHMENT_OPTIMAL
Properties
Private _token
_token: never
sampleCount
sampleCount: number
Depth stencil attachment.