Module internal

Source
Expand description

Internal types and functions.

§Note

The types and functions exposed by this module are used internally, and are not required to be used by users of this library.

They are public here because they are needed for integration tests, and on the off-chance that somebody wants to build something with them.

Functions§

adapter
Create a new [wgpu::Adapter].
device
Create a new [wgpu::Device].
new_headless_device_queue_and_target
Create a new suite of wgpu machinery that renders to a texture.
new_instance
Create a new instance.
new_windowed_adapter_device_queue
Create a new suite of wgpu machinery using a window or canvas.