mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 15:59:18 +02:00
support rain shader in experimental
This commit is contained in:
@@ -29,6 +29,10 @@ struct GbufferBlitPass : public FullScreenPass, public MaResourceRegistry {
|
||||
float m_altitude;
|
||||
glm::vec3 m_light_color;
|
||||
float m_time;
|
||||
glm::vec4 m_rain_params;
|
||||
glm::vec4 m_wiper_pos;
|
||||
glm::vec4 m_wiper_timer_out;
|
||||
glm::vec4 m_wiper_timer_return;
|
||||
};
|
||||
|
||||
nvrhi::BindingLayoutHandle m_binding_layout;
|
||||
|
||||
Reference in New Issue
Block a user