gpu: add MultisampleState
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8f80cdc321
commit
4fc752723c
3 changed files with 18 additions and 18 deletions
|
|
@ -47,17 +47,6 @@ pub const ComputePassTimestampWrite = struct {
|
|||
location: ComputePassTimestampLocation,
|
||||
};
|
||||
|
||||
pub const CopyTextureForBrowserOptions = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
flip_y: bool,
|
||||
needs_color_space_conversion: bool,
|
||||
src_alpha_mode: AlphaMode,
|
||||
src_transfer_function_parameters: ?*const f32 = null,
|
||||
conversion_matrix: ?*const f32 = null,
|
||||
dst_transfer_function_parameters: ?*const f32 = null,
|
||||
dst_alpha_mode: AlphaMode,
|
||||
};
|
||||
|
||||
test {
|
||||
refAllDecls(@import("adapter.zig"));
|
||||
refAllDecls(@import("bind_group.zig"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue