- Fix link resolution with proper relative/absolute path handling - Improve link styling with underline decoration - Hide leaf nodes from tree, only show directories - Fix log file path for packaged app
354 B
354 B
OpenGLRenderTargetView::Initialize
bool Initialize(unsigned int texture, int width, int height);
初始化渲染目标视图。
参数:
texture- OpenGL 纹理 IDwidth- 宽度height- 高度
返回: 成功返回 true
相关文档
- OpenGLRenderTargetView 总览 - 返回类总览