Spot started
This commit is contained in:
@@ -18,11 +18,16 @@ class HydraShadowPipeline : public HydraPipeline
|
||||
void Render() override;
|
||||
private:
|
||||
void _CreateUBOs();
|
||||
|
||||
void _CreateRenderStage();
|
||||
void _CreateSpotRenderStage();
|
||||
void _CreateDirectionalRenderStage();
|
||||
void _UpdateUBO(uint32_t shadow_idx);
|
||||
void _BindFrameBufferAttachments(HydraID entity_id);
|
||||
void _RenderDirectionalShadowMaps();
|
||||
void _RenderSpotShadowMaps();
|
||||
|
||||
HydraID m_per_frame_ubo = INVALID_HYDRA_ID;
|
||||
const uint32_t DIRECTIONAL_RENDER_STAGE = 0;
|
||||
const uint32_t SPOT_RENDER_STAGE = 1;
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user