tiny.gpu.TextureWriteRequest
Defined in contract.
Replaces every texel of texture with bytes, rows tightly packed from the top.
API (2)
Fields and members
Public fields and members.
Source
Source: lib/gpu/src/contract.zig:1849
zig
/// Replaces every texel of `texture` with `bytes`, rows tightly packed from the top.pub const TextureWriteRequest = struct { texture: TextureHandle, bytes: []const u8,};Source: lib/gpu/src/root.zig:135
zig
pub const TextureWriteRequest = contract.TextureWriteRequest;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 2 |
| Version | 26.7.0 |
| Revision | daab053ee433 |