opengl - 什么是状态跟踪器?

标签 opengl

什么是状态跟踪器?我看到这个术语与 Gallium3D 组件的开发有关。

最佳答案

The state tracker is the piece which interfaces core Mesa to the Gallium3D interface.

It's responsible for translating Mesa state (blend modes, texture state, etc) and drawing commands (like glDrawArrays and glDrawPixels) into pipe objects and operations.



来源:http://dri.freedesktop.org/doxygen/gallium/statetracker.html

关于opengl - 什么是状态跟踪器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5589476/

相关文章:

c++ - 我应该使用 C 还是 C++ 编写 OpenGL 程序?真糊涂

c++ - OpenGL 混合功能可消除图元重叠但保持整体不透明度

opengl - MSYS2 OpenGL 设置

python - PyOpenGL 如何选择颜色来绘制每个形状?

opencv - OpenGL 透视矩阵的固有相机参数 : Near Far Parameters?

opengl - 在 Ubuntu 10.04 上设置 Haskell OpenGL?

c++ - 基于 2D 纹理的体绘制

c++ - OpenCV:是否可以用它执行 openGL 像素着色?

c++ - 设置不对称截锥体

opengl - 升级到 OS 10.11、Xcode 7.0.1 后,GLSL 纹理采样器无法工作