Module Render_pass.Timestamp_writes

Timestamp writes.

type t

The type for GPURenderPassTimestampWrites objects.

val v : ?beginning_of_pass_write_index:int -> ?end_of_pass_write_index:int -> query_set:Query.Set.t -> unit -> t

v constructs a GPURenderPassTimestampWrites object with given parameters.