gpu: remove WGPUDeviceProperties TODO
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e20d7f3b38
commit
29a76f75c4
1 changed files with 0 additions and 21 deletions
21
gpu/src/TODO
21
gpu/src/TODO
|
|
@ -451,27 +451,6 @@ typedef struct WGPUVertexBufferLayout {
|
||||||
WGPUVertexAttribute const * attributes;
|
WGPUVertexAttribute const * attributes;
|
||||||
} WGPUVertexBufferLayout;
|
} WGPUVertexBufferLayout;
|
||||||
|
|
||||||
typedef struct WGPUDeviceProperties {
|
|
||||||
uint32_t deviceID;
|
|
||||||
uint32_t vendorID;
|
|
||||||
WGPUAdapterType adapterType;
|
|
||||||
bool textureCompressionBC;
|
|
||||||
bool textureCompressionETC2;
|
|
||||||
bool textureCompressionASTC;
|
|
||||||
bool shaderFloat16;
|
|
||||||
bool pipelineStatisticsQuery;
|
|
||||||
bool timestampQuery;
|
|
||||||
bool multiPlanarFormats;
|
|
||||||
bool depthClamping;
|
|
||||||
bool depth24UnormStencil8;
|
|
||||||
bool depth32FloatStencil8;
|
|
||||||
bool invalidFeature;
|
|
||||||
bool dawnInternalUsages;
|
|
||||||
bool dawnNative;
|
|
||||||
WGPUSupportedLimits limits;
|
|
||||||
} WGPUDeviceProperties;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef void (*WGPUBufferMapCallback)(WGPUBufferMapAsyncStatus status, void * userdata);
|
typedef void (*WGPUBufferMapCallback)(WGPUBufferMapAsyncStatus status, void * userdata);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue