mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[rs] Merge #752
752: Expose missing constants from wgpu-types r=cwfitzgerald a=Imberflur Co-authored-by: Imbris <imbrisf@gmail.com>
This commit is contained in:
@@ -36,7 +36,8 @@ pub use wgt::{
|
||||
StorageTextureAccess, SwapChainDescriptor, SwapChainStatus, TextureAspect, TextureDataLayout,
|
||||
TextureDimension, TextureFormat, TextureSampleType, TextureUsage, TextureViewDimension,
|
||||
VertexAttribute, VertexFormat, BIND_BUFFER_ALIGNMENT, COPY_BUFFER_ALIGNMENT,
|
||||
COPY_BYTES_PER_ROW_ALIGNMENT, PUSH_CONSTANT_ALIGNMENT,
|
||||
COPY_BYTES_PER_ROW_ALIGNMENT, PUSH_CONSTANT_ALIGNMENT, QUERY_SET_MAX_QUERIES, QUERY_SIZE,
|
||||
VERTEX_STRIDE_ALIGNMENT,
|
||||
};
|
||||
|
||||
use backend::{BufferMappedRange, Context as C};
|
||||
|
||||
Reference in New Issue
Block a user