18 lines
194 B
C
18 lines
194 B
C
#pragma once
|
|
|
|
#include <webgpu/webgpu.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct {
|
|
WGPUBuffer buffer;
|
|
int count;
|
|
int stride;
|
|
} VertexBuffer5Impl;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|