shadow start
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#ifndef HYDRASHADOWPIPELINE
|
||||
#define HYDRASHADOWPIPELINE
|
||||
|
||||
#include "../engine/HydraObject.h"
|
||||
#include "../windowmanager/HydraRenderSettings.h"
|
||||
#include "HydraPipeline.h"
|
||||
#include "HydraRenderStage.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class HydraRenderStage;
|
||||
|
||||
class HydraShadowPipeline : public HydraPipeline
|
||||
{
|
||||
public:
|
||||
void Initialise() override;
|
||||
void Shutdown() override;
|
||||
void Render() override;
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif /* HYDRADEFERREDPIPELINE */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user