Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

binding: number
optional
buffer: wgpu.WGPUBuffer
offset: number
size: number
optional
sampler: wgpu.WGPUSampler
optional
textureView: wgpu.WGPUTextureView
nextInChain: wgpu.WGPUChainedStruct
sType: wgpu.WGPUSType