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>WGPUBindGroupLayoutEntry

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

Properties

binding: number
visibility: wgpu.WGPUShaderStage
buffer: wgpu.WGPUBufferBindingLayout
sampler: wgpu.WGPUSamplerBindingLayout
texture: wgpu.WGPUTextureBindingLayout
storageTexture: wgpu.WGPUStorageTextureBindingLayout
nextInChain: wgpu.WGPUChainedStruct
sType: wgpu.WGPUSType