gpu: add RenderPassTimestampWrite
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
eead8fd29c
commit
a91186c2c9
2 changed files with 7 additions and 6 deletions
|
|
@ -1,9 +1,3 @@
|
|||
pub const WGPURenderPassTimestampWrite = extern struct {
|
||||
query_set: QuerySet,
|
||||
query_index: u32,
|
||||
location: RenderPassTimestampLocation,
|
||||
};
|
||||
|
||||
pub const RequestAdapterOptions = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
compatible_surface: Surface = Surface.none, // nullable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue