File backend_name.h File List > builtin > details > backend_name.h Go to the documentation of this file // Don't put #pragma once here, this file may be included multiple times. /*****************************************************************/ #ifdef UIPC_BUILTIN_BACKEND UIPC_BUILTIN_BACKEND(none); UIPC_BUILTIN_BACKEND(cuda); #endif