You need to send the "filter nearest" setting to the internal output texture of jit.gl.slab. To do this, you can use "sendoutput filter nearest". Another way to accomplish this is to alter the GLSL in the shaders to use "floor(texcoord0)". This will give you truncated texture coordinates for the texture lookup.
Best,
Andrew B.