Spec-Zone.ru › Deno 1

GPURenderPassDescriptor

interface GPURenderPassDescriptor  extends GPUObjectDescriptorBase {
colorAttachments: (GPURenderPassColorAttachment | null)[];
depthStencilAttachment?: GPURenderPassDepthStencilAttachment;
occlusionQuerySet?: GPUQuerySet;
}

Наследует

GPUObjectDescriptorBase

Свойства

colorAttachments: (GPURenderPassColorAttachment | null)[]
depthStencilAttachment?: GPURenderPassDepthStencilAttachment
occlusionQuerySet?: GPUQuerySet

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPURenderPassDescriptor

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API