Files
XCSDD/docs/api/rhi/opengl/depth-stencil-view/depth-stencil-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

1.1 KiB

OpenGLDepthStencilView

命名空间: XCEngine::RHI

描述: OpenGL 深度模板视图实现。

公共方法

方法 描述
Initialize 初始化深度模板视图
InitializeCubemap 初始化立方体贴图深度模板视图
Shutdown 关闭深度模板视图
Bind 绑定深度模板视图
Unbind 解绑深度模板视图
ClearDepth 清除深度
ClearStencil 清除模板
ClearDepthStencil 清除深度和模板
GetFramebuffer 获取帧缓冲
GetTexture 获取纹理
GetMipLevel 获取 Mip 级别
GetWidth 获取宽度
GetHeight 获取高度
BindFramebuffer 绑定帧缓冲
UnbindFramebuffer 解绑帧缓冲

相关文档