added color attribute and scissor clipping. Added debug callback to OpenGL messages

This commit is contained in:
2017-01-24 20:05:19 +00:00
parent 5268f65777
commit 9d6171c7d8
5 changed files with 86 additions and 26 deletions

View File

@@ -2,8 +2,8 @@
<layout>
<flex dir="col" wrap="0" width="100%" height="100%" pad="10">
<!-- toolbar -->
<plane height="50" width="100%" pad="5" dir="row">
<plane width="50" margin="0 5 0 0"></plane>
<plane height="50" width="100%" pad="5" dir="row" color=".2">
<plane width="50" margin="0 5 0 0" color=".6"></plane>
<plane width="50" margin="0 5 0 0"></plane>
<plane width="50" margin="0 5 0 0"></plane>
<separator width="10" />
@@ -18,7 +18,7 @@
<plane grow="1" dir="row" wrap="1" height="0">
<plane width="200" height="100%"></plane>
<plane width="1" grow="1" height="100%" pad="30" wrap="1">
<plane></plane>
<plane color=".2"></plane>
</plane>
</plane>
<!-- status bar -->