Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
cdf186bc86c00353ef6bdfe1a47ef5e72d962ab7
/
.
/
test
/
webgpu_get_device.cpp
blob: 80ef054bf3c661c92c5cb22fa3106c470a770f48 [
file
] [
log
] [
blame
]
#include
<emscripten.h>
#include
<emscripten/html5_webgpu.h>
int
main
()
{
EM_ASM
({
Module
[
'preinitializedWebGPUDevice'
]
=
{
this_is
:
'a_dummy_object'
};
});
emscripten_webgpu_get_device
();
}