MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / GetResolution

Method GetResolution

deps/LLGL/sources/Renderer/RenderContext.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26/* ----- Render Target ----- */
27
28Extent2D RenderContext::GetResolution() const
29{
30 return GetVideoMode().resolution;
31}
32
33std::uint32_t RenderContext::GetNumColorAttachments() const
34{

Callers 15

DrawMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
RunMethod · 0.45
ExampleBaseMethod · 0.45
mainFunction · 0.45
OnDrawFrameMethod · 0.45
CreatePipelinesMethod · 0.45
DrawSceneOntoScreenFunction · 0.45
OnDrawFrameMethod · 0.45
OnDrawFrameMethod · 0.45
RenderSceneMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainFunction · 0.36
mainFunction · 0.36