Particle_Simulator/Cpp_Stuff/include/custom_kernels.cuh

3 lines
149 B
Plaintext
Raw Normal View History

2024-11-23 21:59:28 -05:00
void custom_kernel_process_ray_collision(int size, float * norms, float * direction, float * vel, float * pos, int array_stride, float * line_vec);