789 B
789 B
OpenGLDepthStencilView::BindFramebuffer
公开方法,详见头文件声明。
static void BindFramebuffer(unsigned int framebuffer);
该方法声明于 XCEngine/RHI/OpenGL/OpenGLDepthStencilView.h,当前页面用于固定 OpenGLDepthStencilView 类目录下的方法级 canonical 路径。
参数:
framebuffer- 参数语义详见头文件声明。
返回: void - 无返回值。
示例:
#include <XCEngine/RHI/OpenGL/OpenGLDepthStencilView.h>
void Example() {
XCEngine::RHI::OpenGLDepthStencilView object;
// 根据上下文补齐参数后调用 OpenGLDepthStencilView::BindFramebuffer(...)。
(void)object;
}