diff --git a/projects/saf_r/src/main.cpp b/projects/saf_r/src/main.cpp index 886f8473accd2f14f0dcdc0b4965f79644e81cd0..3cb1078b5e9b2f0b72495240676957df72d756e5 100644 --- a/projects/saf_r/src/main.cpp +++ b/projects/saf_r/src/main.cpp @@ -100,8 +100,8 @@ vkcv::asset::TextureData render(const std::vector<Sphere> &spheres, const std::v const int width = 800; const int height = 600; const int fov = M_PI/2.; + std::vector<glm::vec3> framebuffer(width*height); - std::string path = "textures"; #pragma omp parallel for for (size_t j = 0; j<height; j++) { for (size_t i = 0; i<width; i++) {