gpu: add Surface.DescriptorFromCanvasHTMLSelector
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
598a99d3ed
commit
9c6882ba8a
2 changed files with 5 additions and 5 deletions
|
|
@ -15,4 +15,9 @@ pub const Surface = enum(usize) {
|
|||
chain: ChainedStruct,
|
||||
window: *anyopaque,
|
||||
};
|
||||
|
||||
pub const DescriptorFromCanvasHTMLSelector = extern struct {
|
||||
chain: ChainedStruct,
|
||||
selector: [*:0]const u8,
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue