Don't show checkbox to enable GPU yet

This commit is contained in:
David Capello 2016-07-12 17:23:05 -03:00
parent 86d2f681fa
commit 5640277ff7

View File

@ -70,7 +70,8 @@ public:
int(Capabilities::MultipleDisplays) |
int(Capabilities::CanResizeDisplay) |
int(Capabilities::DisplayScale)
#if SK_SUPPORT_GPU
// TODO enable this when the GPU support is ready
#if 0 // SK_SUPPORT_GPU
| int(Capabilities::GpuAccelerationSwitch)
#endif
);