How to draw styled rectangles using the GPU and Metal
Modern UI elements are made up of rectangles styled with rounded corners, gradients, and borders.
Why render on the GPU
For apps that require fast rendering, such as video processing apps or 3D game apps, using the GPU for rendering is often require...
warp.hashnode.dev8 min read