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.