• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Epic: UE4 full feature set requies 1 TFLOP GPU, a scaled down version exists for less

Scalable architecture? Pffft! We'll just make 500 variants of UE4 to cover every possibility!

Can't wait to see UE4 watch edition.

imobile_cellphone_watch.jpg
 
By the way the title is misleading. A 1 TFLOP GPU is not a minimum requirement. Sweeney only says that UE4 gets even better once the GPU's power exceeds 1 TFLOPs.
 

AzaK

Member
By the way the title is misleading. A 1 TFLOP GPU is not a minimum requirement. Sweeney only says that UE4 gets even better once the GPU's power exceeds 1 TFLOPs.

Code:
if ( terraFlops > 1 )
{
    DoAwesomeShit();
}
else
{
    DoWiiUStuff();         // Hehehe Nintendo
}
 
Top Bottom