mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Merge #189
189: Reexport Backend and DeviceType from wgpu-core r=kvark a=aloucks These types are exposed on the `AdaptorInfo` struct. Co-authored-by: Aaron Loucks <aloucks@cofront.net>
This commit is contained in:
@@ -17,6 +17,7 @@ use std::slice;
|
||||
use std::thread;
|
||||
|
||||
pub use wgc::{
|
||||
Backend,
|
||||
binding_model::ShaderStage,
|
||||
command::{
|
||||
CommandBufferDescriptor,
|
||||
@@ -31,6 +32,7 @@ pub use wgc::{
|
||||
AdapterInfo,
|
||||
BackendBit,
|
||||
DeviceDescriptor,
|
||||
DeviceType,
|
||||
Extensions,
|
||||
Limits,
|
||||
PowerPreference,
|
||||
|
||||
Reference in New Issue
Block a user