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
14e9190a35ce6a909d2c0045b82e4e399a0364bc
XCEngine
/
docs
/
api
/
XCEngine
/
Rendering
/
RenderSurface
/
Constructor.md
ssdfasd
5c8042775c
docs: rebuild Rendering API content
2026-03-26 21:32:43 +08:00
366 B
Raw
Blame
History
RenderSurface::RenderSurface
构造渲染表面。
RenderSurface
()
=
default
;
RenderSurface
(
uint32_t
width
,
uint32_t
height
);
行为说明
默认构造会得到一个空尺寸表面,宽高初始为
0
。
带参数构造会直接把宽高设为给定值。
相关文档
返回类型总览
SetSize
Reference in New Issue
View Git Blame
Copy Permalink