Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetWidth
Function
GetWidth
Source/Engine/Graphics/GPUSwapChain.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
/// The output backbuffer width (in pixels).
40
/// </summary>
41
FORCE_INLINE int32 GetWidth() const
42
{
43
return _width;
44
}
45
46
/// <summary>
47
/// The output backbuffer height (in pixels).
Callers
4
IsReady
Function · 0.85
DownloadDataAsync
Method · 0.85
ToString
Method · 0.85
ExtractInR16
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected