From 8cb1c9ba4fd4ea210bfba6c14ae71a870e6a1119 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 11 Mar 2022 17:44:17 -0700 Subject: [PATCH] gpu: cleanup TODO Signed-off-by: Stephen Gutekanst --- gpu/src/TODO | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gpu/src/TODO b/gpu/src/TODO index 4f223139..1fd54a1c 100644 --- a/gpu/src/TODO +++ b/gpu/src/TODO @@ -32,12 +32,6 @@ typedef struct WGPUDawnTogglesDeviceDescriptor { const char* const * forceDisabledToggles; } WGPUDawnTogglesDeviceDescriptor; - - - - - - // TODO: Dawn-specific? typedef struct WGPUCopyTextureForBrowserOptions { WGPUChainedStruct const * nextInChain; @@ -52,8 +46,6 @@ typedef struct WGPUCopyTextureForBrowserOptions { - - typedef void (*WGPUBufferMapCallback)(WGPUBufferMapAsyncStatus status, void * userdata); typedef void (*WGPUCompilationInfoCallback)(WGPUCompilationInfoRequestStatus status, WGPUCompilationInfo const * compilationInfo, void * userdata); typedef void (*WGPUCreateComputePipelineAsyncCallback)(WGPUCreatePipelineAsyncStatus status, WGPUComputePipeline pipeline, char const * message, void * userdata); @@ -63,8 +55,6 @@ typedef void (*WGPUErrorCallback)(WGPUErrorType type, char const * message, void typedef void (*WGPULoggingCallback)(WGPULoggingType type, char const * message, void * userdata); typedef void (*WGPUProc)(); -WGPU_EXPORT WGPUProc wgpuGetProcAddress(WGPUDevice device, char const * procName); - typedef enum WGPUSType { // webgpu.h upstream: WGPUSType_Invalid = 0x00000000,