gpu: remove TODO typedefs that have been implemented
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8f17a2f79b
commit
cf6ab4f3c2
1 changed files with 0 additions and 18 deletions
18
gpu/src/TODO
18
gpu/src/TODO
|
|
@ -9,24 +9,6 @@
|
|||
|
||||
typedef uint32_t WGPUFlags;
|
||||
|
||||
typedef struct WGPUBindGroupImpl* WGPUBindGroup;
|
||||
typedef struct WGPUBindGroupLayoutImpl* WGPUBindGroupLayout;
|
||||
typedef struct WGPUBufferImpl* WGPUBuffer;
|
||||
typedef struct WGPUCommandBufferImpl* WGPUCommandBuffer;
|
||||
typedef struct WGPUCommandEncoderImpl* WGPUCommandEncoder;
|
||||
typedef struct WGPUComputePassEncoderImpl* WGPUComputePassEncoder;
|
||||
typedef struct WGPUComputePipelineImpl* WGPUComputePipeline;
|
||||
typedef struct WGPUExternalTextureImpl* WGPUExternalTexture;
|
||||
typedef struct WGPUPipelineLayoutImpl* WGPUPipelineLayout;
|
||||
typedef struct WGPUQuerySetImpl* WGPUQuerySet;
|
||||
typedef struct WGPURenderBundleImpl* WGPURenderBundle;
|
||||
typedef struct WGPURenderBundleEncoderImpl* WGPURenderBundleEncoder;
|
||||
typedef struct WGPURenderPassEncoderImpl* WGPURenderPassEncoder;
|
||||
typedef struct WGPURenderPipelineImpl* WGPURenderPipeline;
|
||||
typedef struct WGPUSamplerImpl* WGPUSampler;
|
||||
typedef struct WGPUTextureImpl* WGPUTexture;
|
||||
typedef struct WGPUTextureViewImpl* WGPUTextureView;
|
||||
|
||||
typedef struct WGPUChainedStruct {
|
||||
struct WGPUChainedStruct const * next;
|
||||
WGPUSType sType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue