| 102 | } |
| 103 | |
| 104 | void LoadGlobalResources() |
| 105 | { |
| 106 | gFont.LoadFont(ofToResourcePath("frabk.ttf")); |
| 107 | gFontBold.LoadFont(ofToResourcePath("frabk_m.ttf")); |
| 108 | gFontFixedWidth.LoadFont(ofToResourcePath("iosevka-type-light.ttf")); |
| 109 | //gModuleShader.load(ofToResourcePath("shaders/module.vert"), ofToResourcePath("shaders/module.frag")); |
| 110 | } |
| 111 | |
| 112 | void SetGlobalSampleRateAndBufferSize(int rate, int size) |
| 113 | { |
no test coverage detected