Files
swift-mirror/test/embedded/Inputs/struct-as-option-set.h
Doug Gregor 7dc72f5b13 Include _SwiftNewtypeWrapper in the Embedded Swift standard library build
This is an unnecessary difference. Fixes rdar://167569022.
2026-01-05 13:33:31 -08:00

7 lines
278 B
C

#include <stdint.h>
typedef uint32_t WGPUBufferUsage;
static const WGPUBufferUsage WGPUBufferUsage_None = 0x0000000000000000;
static const WGPUBufferUsage WGPUBufferUsage_MapRead = 0x0000000000000001;
static const WGPUBufferUsage WGPUBufferUsage_MapWrite = 0x0000000000000002;