SA
메인 내용으로 이동

Conditional Compilation

In Graphics, Conditional Compilation can be used for multi-platform engine

#if (PLATFORM == SWITCH)
return ...
#elif (PLATFORM == XBOX)
return ...
#endif

이 문서를 언급한 문서들