Pinned Loading
-
-
Smallpt with QoI output as a Zig "he...
Smallpt with QoI output as a Zig "hello world". 1const std = @import("std");
23fn vsop(v: [3]f32, s: f32, comptime op: anytype) [3]f32 {
4var ret: [3]f32 = undefined;
5for (0.., v) |i, vv| ret[i] = op.aufruf(vv, s);
-
auto-generated webgpu.h and wgpu.h (...
auto-generated webgpu.h and wgpu.h (wgpu-native) bindings for Zig. i don't yet have the code that generates this in a public repo but i wanted to make the wgpu.zig file public. 1const std = @import("std");
23pub const Boolean = enum(u32) {
4false = 0,
5true = 1,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

