[rs] Reexport Backend and DeviceType from wgpu-core

These types are exposed on the `AdaptorInfo` struct.
This commit is contained in:
Aaron Loucks
2020-03-04 22:22:26 -05:00
parent 3cfb78d372
commit b2e70cc3d3

View File

@@ -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,