gpu: remove WGPUDeviceProperties TODO

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 14:29:25 -07:00 committed by Stephen Gutekanst
parent e20d7f3b38
commit 29a76f75c4

View file

@ -451,27 +451,6 @@ typedef struct WGPUVertexBufferLayout {
WGPUVertexAttribute const * attributes;
} 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);