Implement progress tracking
This commit is contained in:
parent
58f59baaf5
commit
2b2539d7df
5 changed files with 116 additions and 26 deletions
|
@ -73,6 +73,11 @@ kernel void updateGeometryNormals(constant float3 *vertexes [[buffer(GeneratorBu
|
|||
normals[tid] = normal;
|
||||
}
|
||||
|
||||
kernel void updateGeometryVertexNormals()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#pragma mark - ZeroGenerator
|
||||
|
||||
kernel void zeroKernel(texture2d<float, access::write> outTexture [[texture(GeneratorTextureIndexOut)]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue