GL_REPEAT vs GL_CLAMP. Say we have a texture coordinate of (-0.1,1.1). GL_CLAMP changes it to (0.0,1.0). GL_REPEAT changes it to (0.9,0.1).
確定! 回上一頁