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:
bors[bot]
2020-03-05 15:02:13 +00:00
committed by GitHub

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,