Added ComputePipelineDescriptor (#2628)
# Objective Fix ComputePipelineDescriptor missing from WGPU exports ## Solution Added it to the pub use wgpu::{ ... } Co-authored-by: Dimas <skythedragon@outlook.com>
This commit is contained in:
parent
c8330037e7
commit
5fa0b5b498
@ -20,13 +20,14 @@ pub use wgpu::{
|
|||||||
AddressMode, BindGroupDescriptor, BindGroupEntry, BindGroupLayout, BindGroupLayoutDescriptor,
|
AddressMode, BindGroupDescriptor, BindGroupEntry, BindGroupLayout, BindGroupLayoutDescriptor,
|
||||||
BindGroupLayoutEntry, BindingResource, BindingType, BlendComponent, BlendFactor,
|
BindGroupLayoutEntry, BindingResource, BindingType, BlendComponent, BlendFactor,
|
||||||
BlendOperation, BlendState, BufferAddress, BufferBindingType, BufferSize, BufferUsage,
|
BlendOperation, BlendState, BufferAddress, BufferBindingType, BufferSize, BufferUsage,
|
||||||
ColorTargetState, ColorWrite, CompareFunction, DepthBiasState, DepthStencilState, Extent3d,
|
ColorTargetState, ColorWrite, CompareFunction, ComputePassDescriptor,
|
||||||
Face, FilterMode, FragmentState, FrontFace, IndexFormat, InputStepMode, LoadOp,
|
ComputePipelineDescriptor, DepthBiasState, DepthStencilState, Extent3d, Face, FilterMode,
|
||||||
MultisampleState, Operations, PipelineLayoutDescriptor, PolygonMode, PrimitiveState,
|
FragmentState, FrontFace, IndexFormat, InputStepMode, LoadOp, MultisampleState, Operations,
|
||||||
PrimitiveTopology, RenderPassColorAttachment, RenderPassDepthStencilAttachment,
|
PipelineLayoutDescriptor, PolygonMode, PrimitiveState, PrimitiveTopology,
|
||||||
RenderPassDescriptor, RenderPipelineDescriptor, SamplerDescriptor, ShaderFlags, ShaderModule,
|
RenderPassColorAttachment, RenderPassDepthStencilAttachment, RenderPassDescriptor,
|
||||||
ShaderModuleDescriptor, ShaderSource, ShaderStage, StencilFaceState, StencilState,
|
RenderPipelineDescriptor, SamplerDescriptor, ShaderFlags, ShaderModule, ShaderModuleDescriptor,
|
||||||
StorageTextureAccess, TextureAspect, TextureDescriptor, TextureDimension, TextureFormat,
|
ShaderSource, ShaderStage, StencilFaceState, StencilState, StorageTextureAccess, TextureAspect,
|
||||||
TextureSampleType, TextureUsage, TextureViewDescriptor, TextureViewDimension, VertexAttribute,
|
TextureDescriptor, TextureDimension, TextureFormat, TextureSampleType, TextureUsage,
|
||||||
VertexBufferLayout, VertexFormat, VertexState,
|
TextureViewDescriptor, TextureViewDimension, VertexAttribute, VertexBufferLayout, VertexFormat,
|
||||||
|
VertexState,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user