Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GFXDepthStencilAttachment

GFX 深度模板附件。

Hierarchy

  • GFXDepthStencilAttachment

Index

Properties

beginLayout

beginLayout: GFXTextureLayout = GFXTextureLayout.DEPTH_STENCIL_ATTACHMENT_OPTIMAL

depthLoadOp

depthLoadOp: GFXLoadOp = GFXLoadOp.CLEAR

depthStoreOp

depthStoreOp: GFXStoreOp = GFXStoreOp.STORE

endLayout

endLayout: GFXTextureLayout = GFXTextureLayout.DEPTH_STENCIL_ATTACHMENT_OPTIMAL

format

format: GFXFormat = GFXFormat.UNKNOWN

sampleCount

sampleCount: number = 1

stencilLoadOp

stencilLoadOp: GFXLoadOp = GFXLoadOp.CLEAR

stencilStoreOp

stencilStoreOp: GFXStoreOp = GFXStoreOp.STORE

Generated using TypeDoc