This website requires JavaScript.
Explore
Help
Register
Sign In
xuanchi
/
XCEngine
Watch
1
Star
1
Fork
0
You've already forked XCEngine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f16620afc6c20dea2a8ce105d547fc7288e210ba
XCEngine
/
docs
/
api
/
XCEngine
/
RHI
/
OpenGL
/
OpenGLSampler
/
Unbind.md
ssdfasd
36097869c0
docs(api): deepen OpenGL fence layout and sampler docs
2026-03-28 01:39:57 +08:00
264 B
Raw
Blame
History
OpenGLSampler::Unbind()
void
Unbind
(
unsigned
int
unit
)
override
;
作用
把指定纹理单元上的 sampler object 解绑。
当前实现行为
直接调用
glBindSampler(unit, 0)
相关文档
Bind
GetID
Reference in New Issue
View Git Blame
Copy Permalink