From cf6ab4f3c2eb7edbacd3cded84900d46833a853b Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 11 Mar 2022 14:18:13 -0700 Subject: [PATCH] gpu: remove TODO typedefs that have been implemented Signed-off-by: Stephen Gutekanst --- gpu/src/TODO | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gpu/src/TODO b/gpu/src/TODO index f3aba88d..2fe8e5b6 100644 --- a/gpu/src/TODO +++ b/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;