Metal shading language equivalent of GLSL's textureOffset

Hello folks,


I am porting a shader from GLSL to metal and could not find any equivalent conversion for texturOffset lookup.

https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/textureOffset.xhtml


Any directions?