main.zig (227B)
1 const std = @import("std"); 2 const exr = @import("exr.zig"); 3 4 pub fn main() !void { 5 var gpa = std.heap.GeneralPurposeAllocator(.{}){}; 6 const allocator = gpa.allocator(); 7 8 try exr.loadFile("sample.exr", allocator); 9 }
exr-zigUse EXR images | |
| git clone git://git.electrosoup.com/exr-zig | |
| Log | Files | Refs |