16 lines
171 B
C
16 lines
171 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <webgpu/webgpu.h>
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
typedef struct {
|
||
|
|
WGPUBuffer buffer;
|
||
|
|
} ConstantBuffer5Impl;
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|