Skip to content

Commit

Permalink
add missing vulkan video type in ref_all_decls.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Snektron committed Nov 24, 2024
1 parent e43d635 commit dd6e61d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ref_all_decls.zig
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ pub const StdVideoEncodeH265ReferenceListsInfo = u32;
pub const StdVideoEncodeH265SliceSegmentHeaderFlags = u32;
pub const StdVideoEncodeH265ReferenceInfoFlags = u32;
pub const StdVideoEncodeH265ReferenceModificationFlags = u32;
pub const StdVideoEncodeAV1OperatingPointInfo = u32;

comptime {
@setEvalBranchQuota(1000000);
Expand Down

0 comments on commit dd6e61d

Please sign in to comment.