tiny.tracy.GpuContextOptions
Defined in tiny.tracy.
API (6)
Fields and members
Public fields and members.
Source
Source: lib/tracy/src/runtime.zig:146
zig
pub const GpuContextOptions = struct { name: ?[]const u8 = null, context_type: GpuContextType = .unknown, period: f64 = 1.0, gpu_time: ?i64 = null, has_calibration: bool = false, serial: bool = false,};Source: lib/tracy/src/root.zig:74
zig
pub const GpuContextOptions = runtime.GpuContextOptions;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 6 |
| Version | 26.7.0 |
| Revision | daab053ee433 |