[Metaballs] Remove sampling kernel from Metal file
This commit is contained in:
parent
2b409afc2d
commit
cacdba4555
1 changed files with 0 additions and 7 deletions
|
@ -14,13 +14,6 @@ typedef struct {
|
|||
float radius;
|
||||
} Ball;
|
||||
|
||||
kernel void
|
||||
sampleFieldKernel(const device Ball* metaballs [[buffer(0)]],
|
||||
device float* samples [[buffer(1)]],
|
||||
uint2 gid [[thread_position_in_grid]])
|
||||
{
|
||||
// TODO: Compute a sample for this pixel given the field data, and write it to the out texture.
|
||||
}
|
||||
|
||||
typedef struct {
|
||||
float2 position;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue