- 修复opengl/下13个文件对overview.md的错误引用,改为opengl.md - 修复opengl/shader/下2处get-native-handle.md的错误路径引用 - 修复rhi.md中rhifactory路径错误 - 修复opengl.md中对d3d12.md的错误引用 - 修复opengl/README.md中的overview.md引用 - 新增RHIFramebuffer完整文档(7个文件) - 新增RHIRenderPass完整文档(7个文件) - 更新rhi.md总览页,添加RHIFramebuffer和RHIRenderPass分类
27 lines
713 B
Markdown
27 lines
713 B
Markdown
# OpenGL 后端组件
|
|
|
|
OpenGL 后端已创建以下组件文件夹和文档:
|
|
|
|
- `device/` - OpenGLDevice
|
|
- `buffer/` - OpenGLBuffer
|
|
- `texture/` - OpenGLTexture
|
|
- `command-list/` - OpenGLCommandList
|
|
- `command-queue/` - OpenGLCommandQueue
|
|
- `swap-chain/` - OpenGLSwapChain
|
|
- `fence/` - OpenGLFence
|
|
- `shader/` - OpenGLShader
|
|
- `pipeline-state/` - OpenGLPipelineState
|
|
- `sampler/` - OpenGLSampler
|
|
- `vertex-array/` - OpenGLVertexArray
|
|
- `render-target-view/` - OpenGLRenderTargetView
|
|
- `depth-stencil-view/` - OpenGLDepthStencilView
|
|
|
|
每个组件文件夹包含:
|
|
- `{component}.md` - 类总览
|
|
- `methods.md` - 方法详细文档
|
|
|
|
## 相关文档
|
|
|
|
- [OpenGL 后端总览](opengl.md)
|
|
- [RHI 抽象层](opengl.md)
|