gpu: add Surface.DescriptorFromWindowsHWND
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
84300bd6fc
commit
1b7e753209
2 changed files with 6 additions and 6 deletions
|
|
@ -36,4 +36,10 @@ pub const Surface = enum(usize) {
|
|||
chain: ChainedStruct,
|
||||
core_window: *anyopaque,
|
||||
};
|
||||
|
||||
pub const DescriptorFromWindowsHWND = extern struct {
|
||||
chain: ChainedStruct,
|
||||
hinstance: *anyopaque,
|
||||
hwnd: *anyopaque,
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue