docs: update RHI API docs
This commit is contained in:
@@ -1,13 +1,19 @@
|
||||
# OpenGLSampler::GetID
|
||||
|
||||
```cpp
|
||||
unsigned int GetID() const
|
||||
unsigned int GetID() override
|
||||
unsigned int GetID() const;
|
||||
unsigned int GetID() override;
|
||||
```
|
||||
|
||||
获取 OpenGL 采样器对象 ID。
|
||||
获取 OpenGL 采样器对象 ID。返回 `glGenSamplers` 生成的采样器对象名称。
|
||||
|
||||
**返回:** `unsigned int` - 采样器 ID
|
||||
**参数:** 无
|
||||
|
||||
**返回:** `unsigned int` - OpenGL 采样器 ID
|
||||
|
||||
**线程安全:** ❌
|
||||
|
||||
**复杂度:** O(1)
|
||||
|
||||
**示例:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user