Skip to content

Commit

Permalink
[wip] Trade: material layer support in the new MaterialData.
Browse files Browse the repository at this point in the history
TODO: it compiles and passes the success tests, but still need to do
  assert tests
TODO: check docs
  • Loading branch information
mosra committed Jul 28, 2020
1 parent aac5539 commit e9502b1
Show file tree
Hide file tree
Showing 4 changed files with 1,304 additions and 229 deletions.
1 change: 1 addition & 0 deletions src/Magnum/Trade/Implementation/materialDataProperties.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

/* See Magnum/Trade/MaterialData.cpp and Magnum/Trade/Test/MaterialDataTest.cpp */
#ifdef _c
_cnt(LayerName,"$LayerName",String,Containers::StringView)
_c(AlphaMask,Float)
_ct(AlphaBlend,Bool,bool)
_ct(DoubleSided,Bool,bool)
Expand Down
Loading

0 comments on commit e9502b1

Please sign in to comment.