Quantcast
Channel: GameDev.net
Viewing all articles
Browse latest Browse all 16874

Slate UI rendered in GPU?

$
0
0

Slate is a graphics library developed by Epic Games and used in UE4 editor and can be used in games (no engine matter) and standalone desktop apps and mobile apps.

But How is it rendered? with openGL or DirectX etc… (On GPU) or on CPU like how Windows Forms rendered?

If rendered in GPU ; why osd is not working? (actually it dosent work also with ViewPort that should be rendered on GPU)

If rendered in CPU ; why in windows task manager Editor is using Gpu 3D performance even when we are in blueprint editor with no 3D scene.

and Is …


Viewing all articles
Browse latest Browse all 16874

Trending Articles