Working more on the lights. Trying to get around the packing requirements for passing data to CL

This commit is contained in:
MitchellHansen
2017-02-03 17:09:44 -08:00
parent 3f0a99a435
commit effed8a2bf
11 changed files with 198 additions and 210 deletions

View File

@@ -15,7 +15,7 @@ public:
// Both will create the view matrix, view res buffer
void create_viewport(int width, int height, float v_fov, float h_fov) override;
void assign_lights(std::vector<Light> *lights) override;
void assign_lights(std::vector<LightController> *lights) override;
void assign_map(Old_Map *map) override;
void assign_camera(Camera *camera) override;
void validate() override;