/
redgpu
/
ofxMSAOpenCL
Обзор
Документация
Войти
/
redgpu
/
ofxMSAOpenCL
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
example-Particles/src/main.cpp
16 строк
402 B
tgfrerer
fix examples to work on windows
30 янв 2014, 22:44
30 янв 2014, 22:44
923a6de
Код
Авторство
О чём код?
#include "ofMain.h" #include "ofApp.h" //======================================================================== int main( ){ //ofSetCurrentRenderer(ofGLProgrammableRenderer::TYPE); ofSetupOpenGL(1280,720, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN // pass in width and height too: ofRunApp( new ofApp()); }