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
4a12e26860ac3ffa3d6ec366d2732cf786f25fbc
XCEngine
/
docs
/
api
/
XCEngine
/
RHI
/
OpenGL
/
OpenGLCommandList
/
Disable.md
ssdfasd
4a12e26860
docs(api): fill OpenGL command list passthrough docs
2026-03-28 02:28:46 +08:00
244 B
Raw
Blame
History
OpenGLCommandList::Disable()
void
Disable
(
unsigned
int
cap
);
作用
关闭一个全局 OpenGL capability。
当前实现行为
glDisable
(
cap
);
相关文档
Enable
Disablei
Reference in New Issue
View Git Blame
Copy Permalink