mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
initial rain material optimizations
This commit is contained in:
@@ -498,6 +498,9 @@ class NvRenderer : public gfx_renderer, public MaResourceRegistry {
|
||||
std::string m_name;
|
||||
std::string m_sampler_name;
|
||||
int m_hint;
|
||||
bool disable_anisotropy = false;
|
||||
bool disable_filter = false;
|
||||
bool disable_mip_bias = false;
|
||||
texture_handle m_default_texture;
|
||||
};
|
||||
nvrhi::static_vector<TextureBinding, 8> m_texture_bindings;
|
||||
|
||||
Reference in New Issue
Block a user