14 lines
No EOL
237 B
C++
14 lines
No EOL
237 B
C++
#include <dawn/native/DawnNative.h>
|
|
#include "mach_dawn.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
MACH_EXPORT const DawnProcTable machDawnGetProcTable() {
|
|
return dawn_native::GetProcs();
|
|
}
|
|
|
|
#ifdef __cplusplus
|
|
} // extern "C"
|
|
#endif |