osg学习(五十一)Warning: detected OpenGL error 'invalid operation' at RenderBin::draw().
发布时间
阅读量:
阅读量
导致这一现象的因素有哪些?

此错误仅发生一次,且出现在第一帧的处理过程中。
警告:在应用属性 Viewport 04292398 后,检测到 OpenGL 错误 'invalid operation'。

这应当是操作过程中出现的错误提示

osg/Viewport.cpp
void Viewport::apply(State&) const
{
glViewport( static_cast<GLint>(_x),static_cast<GLint>(_y),
static_cast<GLsizei>(_width
全部评论 (0)
还没有任何评论哟~
