gpu: add Surface.DescriptorFromMetalLayer

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 20:15:27 -07:00 committed by Stephen Gutekanst
parent 9c6882ba8a
commit f721102a3a
2 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,3 @@
pub const WGPUSurfaceDescriptorFromMetalLayer = extern struct {
chain: ChainedStruct,
layer: *anyopaque,
};
pub const WGPUSurfaceDescriptorFromWaylandSurface = extern struct {
chain: ChainedStruct,
display: *anyopaque,