gpu: add Surface.DescriptorFromWindowsSwapChainPanel

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 20:16:45 -07:00 committed by Stephen Gutekanst
parent 1b7e753209
commit 7b748eaca1
2 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,3 @@
pub const WGPUSurfaceDescriptorFromWindowsSwapChainPanel = extern struct {
chain: ChainedStruct,
swap_chain_panel: *anyopaque,
};
pub const WGPUSurfaceDescriptorFromXlibWindow = extern struct {
chain: ChainedStruct,
display: *anyopaque,