Docs.rs
  • wgpu-core-26.0.1
    • wgpu-core 26.0.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • kvark
    • grovesNL
    • cwfitzgerald
    • github:gfx-rs:wgpu
    • Dependencies
      • arrayvec ^0.7.1 normal
      • bit-set ^0.8 normal
      • bit-vec ^0.8 normal
      • bitflags ^2.9 normal
      • bytemuck ^1.22 normal optional
      • document-features ^0.2.10 normal
      • hashbrown ^0.15 normal
      • indexmap ^2.7 normal
      • log ^0.4.21 normal
      • naga ^26.0.0 normal
      • once_cell ^1.21 normal
      • parking_lot ^0.12.3 normal
      • profiling ^1.0.1 normal
      • raw-window-handle ^0.6.2 normal optional
      • ron ^0.10 normal optional
      • rustc-hash ^1.1 normal
      • serde ^1.0.219 normal optional
      • smallvec ^1.9 normal
      • thiserror ^2.0.3 normal
      • wgpu-hal ^26.0.0 normal
      • wgpu-types ^26.0.0 normal
      • cfg_aliases ^0.2.1 build
      • wgpu-core-deps-wasm ^26.0.0 normal optional
      • wgpu-core-deps-windows-linux-android ^26.0.0 normal optional
      • portable-atomic ^1.8 normal optional
      • wgpu-core-deps-emscripten ^26.0.0 normal optional
      • wgpu-core-deps-apple ^26.0.0 normal optional
    • Versions
    • 12.18% of the crate is documented
  • Platform
    • wasm32-unknown-unknown
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

wgpu_core26.0.1

Module resource

Module Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

In crate wgpu_core

wgpu_core

Module resource

Source

Structs§

Blas
Buffer
BufferMapOperation
DestroyedBuffer
A buffer that has been marked as destroyed and is staged for actual deletion soon.
DestroyedResourceError
DestroyedTexture
A texture that has been marked as destroyed and is staged for actual deletion soon.
FlushedStagingBuffer
InvalidResourceError
MissingBufferUsageError
MissingTextureUsageError
QuerySet
ResourceErrorIdent
Sampler
SamplerDescriptor
Describes a Sampler
StagingBuffer
A temporary buffer, consumed by the command that uses it.
Texture
TextureView
TextureViewDescriptor
Describes a TextureView.
Tlas

Enums§

BufferAccessError
CreateBufferError
CreateQuerySetError
CreateSamplerError
CreateTextureError
CreateTextureViewError
Fallible
SamplerFilterErrorType
TextureClearMode
TextureDimensionError
TextureErrorDimension
TextureViewDestroyError
TextureViewNotRenderableReason

Traits§

Labeled
ParentDevice
RawResourceAccess
Allow access to the hal resource as guarded by the SnatchGuard.
ResourceType

Type Aliases§

BlasCompactCallbacksend_sync
BlasDescriptor
BlasPrepareCompactResult
BufferAccessResult
BufferDescriptor
BufferMapCallbacksend_sync
QuerySetDescriptor
TextureDescriptor
TlasDescriptor