tiny.gpu.TextureExtent
Defined in contract.
API (4)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:244
zig
pub const TextureExtent = struct { width: u32 = 0, height: u32 = 0, depth: u32 = 1, pub fn valid(self: TextureExtent) bool { return self.width != 0 and self.height != 0 and self.depth != 0; }};Source: lib/gpu/src/root.zig:58
zig
pub const TextureExtent = contract.TextureExtent;Audit
| Definitions | 2 |
|---|---|
| Public names | 4 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |