@@ -38,27 +38,31 @@ pub use wgpu::{
38
38
BufferInitDescriptor , DispatchIndirectArgs , DrawIndexedIndirectArgs , DrawIndirectArgs ,
39
39
TextureDataOrder ,
40
40
} ,
41
- AdapterInfo as WgpuAdapterInfo , AddressMode , AstcBlock , AstcChannel , BindGroupDescriptor ,
42
- BindGroupEntry , BindGroupLayoutDescriptor , BindGroupLayoutEntry , BindingResource , BindingType ,
41
+ AccelerationStructureFlags , AccelerationStructureGeometryFlags ,
42
+ AccelerationStructureUpdateMode , AdapterInfo as WgpuAdapterInfo , AddressMode , AstcBlock ,
43
+ AstcChannel , BindGroupDescriptor , BindGroupEntry , BindGroupLayoutDescriptor ,
44
+ BindGroupLayoutEntry , BindingResource , BindingType , Blas , BlasBuildEntry , BlasGeometries ,
45
+ BlasGeometrySizeDescriptors , BlasTriangleGeometry , BlasTriangleGeometrySizeDescriptor ,
43
46
BlendComponent , BlendFactor , BlendOperation , BlendState , BufferAddress , BufferAsyncError ,
44
47
BufferBinding , BufferBindingType , BufferDescriptor , BufferSize , BufferUsages , ColorTargetState ,
45
48
ColorWrites , CommandEncoder , CommandEncoderDescriptor , CompareFunction , ComputePass ,
46
49
ComputePassDescriptor , ComputePipelineDescriptor as RawComputePipelineDescriptor ,
47
- DepthBiasState , DepthStencilState , DownlevelFlags , Extent3d , Face , Features as WgpuFeatures ,
48
- FilterMode , FragmentState as RawFragmentState , FrontFace , ImageSubresourceRange , IndexFormat ,
49
- Limits as WgpuLimits , LoadOp , Maintain , MapMode , MultisampleState , Operations , Origin3d ,
50
- PipelineCompilationOptions , PipelineLayout , PipelineLayoutDescriptor , PolygonMode ,
51
- PrimitiveState , PrimitiveTopology , PushConstantRange , RenderPassColorAttachment ,
52
- RenderPassDepthStencilAttachment , RenderPassDescriptor ,
50
+ CreateBlasDescriptor , CreateTlasDescriptor , DepthBiasState , DepthStencilState , DownlevelFlags ,
51
+ Extent3d , Face , Features as WgpuFeatures , FilterMode , FragmentState as RawFragmentState ,
52
+ FrontFace , ImageSubresourceRange , IndexFormat , Limits as WgpuLimits , LoadOp , Maintain , MapMode ,
53
+ MultisampleState , Operations , Origin3d , PipelineCompilationOptions , PipelineLayout ,
54
+ PipelineLayoutDescriptor , PolygonMode , PrimitiveState , PrimitiveTopology , PushConstantRange ,
55
+ RenderPassColorAttachment , RenderPassDepthStencilAttachment , RenderPassDescriptor ,
53
56
RenderPipelineDescriptor as RawRenderPipelineDescriptor , Sampler as WgpuSampler ,
54
57
SamplerBindingType , SamplerBindingType as WgpuSamplerBindingType , SamplerDescriptor ,
55
58
ShaderModule , ShaderModuleDescriptor , ShaderSource , ShaderStages , StencilFaceState ,
56
59
StencilOperation , StencilState , StorageTextureAccess , StoreOp , TexelCopyBufferInfo ,
57
60
TexelCopyBufferLayout , TexelCopyTextureInfo , TextureAspect , TextureDescriptor ,
58
61
TextureDimension , TextureFormat , TextureFormatFeatureFlags , TextureFormatFeatures ,
59
62
TextureSampleType , TextureUsages , TextureView as WgpuTextureView , TextureViewDescriptor ,
60
- TextureViewDimension , VertexAttribute , VertexBufferLayout as RawVertexBufferLayout ,
61
- VertexFormat , VertexState as RawVertexState , VertexStepMode , COPY_BUFFER_ALIGNMENT ,
63
+ TextureViewDimension , Tlas , TlasInstance , TlasPackage , VertexAttribute ,
64
+ VertexBufferLayout as RawVertexBufferLayout , VertexFormat , VertexState as RawVertexState ,
65
+ VertexStepMode , COPY_BUFFER_ALIGNMENT ,
62
66
} ;
63
67
64
68
pub use crate :: mesh:: VertexBufferLayout ;
0 commit comments