1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
// // SGPUPreferences.h // PeopsSoftGPU // // Created by C.W. Betts on 9/16/12. // // #ifndef PeopsSoftGPU_SGPUPreferences_h #define PeopsSoftGPU_SGPUPreferences_h #import <Cocoa/Cocoa.h> BOOL isShaderEnabled(); NSURL *PSXFragmentShader(); NSURL *PSXVertexShader(); float PSXShaderQuality(); #endif