gpu: cleanup TODO
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c045ce7caa
commit
8cb1c9ba4f
1 changed files with 0 additions and 10 deletions
10
gpu/src/TODO
10
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue