summaryrefslogtreecommitdiffstats
path: root/balls.cl
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-10-28 10:44:01 -0400
committerSam Anthony <sam@samanthony.xyz>2024-10-28 10:44:01 -0400
commit613c6f7390cfc85a440b8aef3ec6e9d88529e526 (patch)
tree5bd4299eb69de714260efe0b9a696200ab15e199 /balls.cl
parent5b560599f951cec1d88f86824912bc5241fe6d08 (diff)
downloadballs-613c6f7390cfc85a440b8aef3ec6e9d88529e526.zip
rename kernel
Diffstat (limited to 'balls.cl')
-rw-r--r--balls.cl2
1 files changed, 1 insertions, 1 deletions
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;