[go: up one dir, main page]

[][src]Type Definition wgpu_core::track::BufferState

type BufferState = Unit<BufferUsage>;

Implementations

impl BufferState[src]

pub fn with_usage(usage: BufferUsage) -> Self[src]

Trait Implementations

impl Default for BufferState[src]

impl ResourceState for BufferState[src]

type Id = BufferId

Corresponding HUB identifier.

type Selector = ()

A type specifying the sub-resources.

type Usage = BufferUsage

Usage type for a Unit of a sub-resource.