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.
是否可以增加 OpenGL 中的属性堆栈深度?
glGetIntegerv(GL_MAX_ATTRIB_STACK_DEPTH, &depth);
返回深度为 16。我可以更改GL_MAX_STACK_DEPTH为例如 32 吗?
GL_MAX_STACK_DEPTH
不,这是驱动程序/硬件限制。