Added shader packs
This commit is contained in:
5
tools/packsrc/Simulated Swampland/shaders/Common.frag
Normal file
5
tools/packsrc/Simulated Swampland/shaders/Common.frag
Normal file
@@ -0,0 +1,5 @@
|
||||
//fps control for performance. Assumes the refresh rate of your monitor is 60hz
|
||||
//(120hz monitor set to 30 here will actually run at 60fps)
|
||||
#define FPS 60.
|
||||
|
||||
#define decim(a, b) (floor((a)*(b))/(b))
|
||||
Reference in New Issue
Block a user