Name Description Size
main.rs // Build encoder for the following MSL argument buffer: struct ArgumentBuffer { texture2d<float> texture [[id(0)]]; sampler sampler [[id(1)]]; array<device float *, 2> buffers [[id(2)]]; } 3094