aboutsummaryrefslogtreecommitdiffstats
path: root/src/tsv.zig
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2025-07-29 09:18:23 +0000
committers-ol <s+removethis@s-ol.nu>2025-07-29 09:18:23 +0000
commita392d7b43740b58f5ad1dd0e1d4a78f9c4f8a406 (patch)
tree2113d4db5dcbdc1e6f939eb9a27e7e83ae6fc302 /src/tsv.zig
parentadd libav StreamSource, run Sources in threads (diff)
downloadglsl-view-a392d7b43740b58f5ad1dd0e1d4a78f9c4f8a406.tar.gz
glsl-view-a392d7b43740b58f5ad1dd0e1d4a78f9c4f8a406.zip
accept format and format_options for ffmpeg sources
Diffstat (limited to 'src/tsv.zig')
-rw-r--r--src/tsv.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsv.zig b/src/tsv.zig
index 77c45ae..687a2ed 100644
--- a/src/tsv.zig
+++ b/src/tsv.zig
@@ -35,8 +35,8 @@ pub const TSVSource = struct {
pub fn init(
allocator: std.mem.Allocator,
constants: *const gl.Constants,
- name: [*:0]const u8,
texture_type: gl.Texture.Type,
+ name: [*:0]const u8,
) !*gl.Source {
const self = try allocator.create(TSVSource);
errdefer allocator.destroy(self);