MCPcopy 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

IsReadyFunction · 0.85
DownloadDataAsyncMethod · 0.85
ToStringMethod · 0.85
ExtractInR16Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected