构造函数
方法
静态
getBundleDescriptor
返回 GPURenderBundleEncoderDescriptor
静态
getDescriptor
返回 GPURenderPassDescriptor
静态
setColorAttachments
setColorAttachments( desc: GPURenderPassDescriptor, rt: WebGPUInternalRT, clear: boolean, clearColor?: Color,): void
静态
setDepthAttachments
setDepthAttachments( desc: GPURenderPassDescriptor, rt: WebGPUInternalRT, clear: boolean, clearDepthValue?: number, clearStencilValue?: number,): void 参数
- desc: GPURenderPassDescriptor
- rt: WebGPUInternalRT
- clear: boolean
- clearDepthValue: number = 1
- clearStencilValue: number = 0
返回 void