From 613c6f7390cfc85a440b8aef3ec6e9d88529e526 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 28 Oct 2024 10:44:01 -0400 Subject: rename kernel --- balls.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'balls.cl') diff --git a/balls.cl b/balls.cl index bb1755d..6400bca 100644 --- a/balls.cl +++ b/balls.cl @@ -1,7 +1,7 @@ #define RADIUS 0.15f __kernel void -balls(__global float2 *positions, __global float2 *vertices) { +genVertices(__global float2 *positions, __global float2 *vertices) { size_t ball, nsegs; float2 center; float theta; -- cgit v1.2.3