blob: 60117565037674da4c00a981aa1f3b0ca0e1bb65 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
enum BindingType
#ifdef __cplusplus
: uint32_t
#endif // __cplusplus
{
Buffer = 0,
NotBuffer = 1,
};
#ifndef __cplusplus
typedef uint32_t BindingType;
#endif // __cplusplus
struct BindGroupLayoutEntry {
BindingType ty;
};
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void root(struct BindGroupLayoutEntry entry);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus