1
0

did vulkan stuff

This commit is contained in:
Niklas Birk
2020-03-16 21:21:04 +01:00
parent 8fa5172e3e
commit 1d10921b75
8 changed files with 350 additions and 346 deletions

View File

@@ -1,12 +1,8 @@
#include "particlesystem.h"
#include "initOpenGL.h"
#include "def.h"
#define PARTICLE_AMOUNT 1000
#define WIDTH 800
#define HEIGHT 800
#define UPPER_AGE 250
#define LOWER_AGE 60
void calcPos(particle *p, float dt);
void calcCol(particle *p);