Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/daybreak/src/wgpu/types.ts>WGPUBindGroupDescriptor

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Go to Latest
interface WGPUBindGroupDescriptor
import { type WGPUBindGroupDescriptor } from "https://deno.land/x/daybreak@v0.0.6/src/wgpu/types.ts";

Properties

optional
label: string
layout: wgpu.WGPUBindGroupLayout
entryCount: number
entries: wgpu.WGPUBindGroupEntry[]
nextInChain: wgpu.WGPUChainedStruct
sType: wgpu.WGPUSType