mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
Webgpu header guard was set up wrong, accidentally defining twice
This commit is contained in:
parent
36864b10f3
commit
1629c545f1
1 changed files with 1 additions and 1 deletions
|
|
@ -17,12 +17,12 @@ extern "C" {
|
|||
|
||||
#ifndef WEBGPU_H_
|
||||
#define WGPU_OBJECT_ATTRIBUTE(object) typedef struct object##Impl *object;
|
||||
#endif
|
||||
|
||||
WGPU_OBJECT_ATTRIBUTE(WGPUSurface)
|
||||
WGPU_OBJECT_ATTRIBUTE(WGPUInstance)
|
||||
|
||||
#undef WGPU_OBJECT_ATTRIBUTE
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Create a new WGPU surface.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue