test
This commit is contained in:
@@ -167,7 +167,7 @@ pub fn drawTriangleFilled(allocator: std.mem.Allocator, fragments: *std.ArrayLis
|
|||||||
.color = zm.f32x4(1.0, 1.0, 1.0, 1.0),
|
.color = zm.f32x4(1.0, 1.0, 1.0, 1.0),
|
||||||
.inputs = try interpolateVertexOutputs(allocator, v0, v1, v2, b0, b1, b2),
|
.inputs = try interpolateVertexOutputs(allocator, v0, v1, v2, b0, b1, b2),
|
||||||
}) catch return VkError.OutOfDeviceMemory;
|
}) catch return VkError.OutOfDeviceMemory;
|
||||||
if (fragments.len > 64_000)
|
if (fragments.items.len > 64_000)
|
||||||
return VkError.MemoryFootprintTooBigDrv;
|
return VkError.MemoryFootprintTooBigDrv;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user