texelFetch (myTex, ivec3, 0); ... You can sample from it via texelFetch (as before), that will return 'ivec4' instead of 'vec4'.
確定! 回上一頁