Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 glsl 中的衍生物是否适用于GL_LINES原语。
GL_LINES
AFAIK OpenGL 实现对一组 4 个像素(2x2 像素四边形)执行离散逼近以计算导数。有没有可能让它们在 1 像素宽度的线上工作?
是的,mipmapping 和衍生产品适用于在线原语。