Files
XCSDD/docs/api/rhi/opengl/render-target-view/render-target-view.md
ssdfasd 58a83f445a fix: improve doc link navigation and tree display
- 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
2026-03-19 12:44:08 +08:00

960 B

OpenGLRenderTargetView

命名空间: XCEngine::RHI

描述: OpenGL 渲染目标视图实现。

公共方法

方法 描述
Initialize 初始化渲染目标视图
InitializeCubemap 初始化立方体贴图渲染目标视图
Shutdown 关闭渲染目标视图
Bind 绑定渲染目标视图
Unbind 解绑渲染目标视图
Clear 清除
GetFramebuffer 获取帧缓冲
GetTexture 获取纹理
GetMipLevel 获取 Mip 级别
GetWidth 获取宽度
GetHeight 获取高度
BindFramebuffer 绑定帧缓冲
UnbindFramebuffer 解绑帧缓冲

相关文档