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,