How to draw a circle

Draw a circle in a fragment shader without vertices.

data

Vertice Index x y
0 0 0 0
1 1 512 0
2 2 0 288
3 3 0 288
4 4 512 288
5 5 512 0

pixel

r
0
g
0
b
0
a
0
x
0
y
0

Fragment Shader

Vertex Shader