Interface RenderPassDepthStencilAttachment

深度模板附件。

Hierarchy

  • RenderPassDepthStencilAttachment

Properties

depthClearValue?: number

清除后填充深度值。

默认为 1。

depthLoadOp?: "clear" | "load"

是否清除深度值。

默认为 "load"。

stencilClearValue?: number

清除后填充模板值。

默认为 0。

stencilLoadOp?: "clear" | "load"

是否清除模板值。

默认为 "load"。

深度附件视图。

如果没有设置,默认为画布;否则使用 纹理视图 。

Generated using TypeDoc