For some reason could not find information about this on google. In OpenGL, I know I can sample a texture when drawing a GL_POINT by using gl_PointCoord. I would like to know if there is an equivalent in metal (some way to get the texture coordinates at the shader when drawing a point primitive).