aboutsummaryrefslogtreecommitdiff
path: root/template/particles.mako
diff options
context:
space:
mode:
Diffstat (limited to 'template/particles.mako')
-rw-r--r--template/particles.mako8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/particles.mako b/template/particles.mako
index cee3f4b..48191d9 100644
--- a/template/particles.mako
+++ b/template/particles.mako
@@ -1,7 +1,7 @@
-__kernel void update_particles(__global __read_only float4* moments,
- __global __read_only int* material,
- __global __write_only float4* particles,
- __global __read_only float4* init_particles,
+__kernel void update_particles(__global float4* moments,
+ __global int* material,
+ __global float4* particles,
+ __global float4* init_particles,
float aging)
{
const unsigned int pid = get_global_id(0);