gpu: add Surface.DescriptorFromWindowsCoreWindow

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 20:16:07 -07:00 committed by Stephen Gutekanst
parent 3cadc1ec7f
commit 84300bd6fc
2 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,3 @@
pub const WGPUSurfaceDescriptorFromWindowsCoreWindow = extern struct {
chain: ChainedStruct,
core_window: *anyopaque,
};
pub const WGPUSurfaceDescriptorFromWindowsHWND = extern struct {
chain: ChainedStruct,
hinstance: *anyopaque,