Docs.rs
  • deno_webgpu-0.148.0
    • deno_webgpu 0.148.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ry
    • piscisaureus
    • dsherret
    • bartlomieju
    • denobot
    • Dependencies
      • wgpu-core ^0.21.1 normal
      • wgpu-core ^0.21.1 normal
      • deno_core ^0.324.0 normal
      • raw-window-handle ^0.6.0 normal
      • serde ^1.0.149 normal
      • thiserror ^2.0.3 normal
      • tokio ^1.36.0 normal
      • wgpu-core ^0.21.1 normal
      • wgpu-types ^0.20 normal
      • wgpu-core ^0.21.1 normal
    • Versions
    • 1.68% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

deno_webgpu0.148.0

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases

Crate deno_webgpu

Source

Re-exports§

  • pub use wgpu_core;
  • pub use wgpu_types;

Modules§

  • binding
  • buffer
  • bundle
  • byow
  • command_encoder
  • compute_pass
  • error
  • pipeline
  • queue
  • render_pass
  • sampler
  • shader
  • surface
  • texture

Structs§

  • CreateQuerySetArgs
  • GPUAdapterInfo
  • GpuAdapterRes
  • GpuDeviceRes
  • GpuRequiredFeatures
  • deno_webgpu
    An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:

Enums§

  • GpuAdapterResOrErr
  • InitError

Constants§

  • UNSTABLE_FEATURE_NAME

Functions§

  • op_webgpu_create_query_set
  • op_webgpu_request_adapter
  • op_webgpu_request_adapter_info
  • op_webgpu_request_device

Type Aliases§

  • Instance