16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 12:29:18 +02:00

build 200104. minor bug fixes, gfx renderer diagnostics enhancement

This commit is contained in:
tmj-fstate
2020-01-04 15:33:57 +01:00
parent 14699a96de
commit 93ef01142c
16 changed files with 166 additions and 63 deletions

View File

@@ -40,6 +40,8 @@ struct opengl_material {
void finalize(bool Loadnow);
float get_or_guess_opacity() const;
bool is_translucent() const;
// members
bool is_good { false }; // indicates material was compiled without failure
private:
// methods