Parse materials

This commit is contained in:
bloeys
2021-11-19 13:40:09 +04:00
parent 672802a705
commit e96f70d88f
2 changed files with 39 additions and 1 deletions

View File

@ -6,7 +6,7 @@ type Material struct {
Properties []*MaterialProperty
/** Storage allocated */
NumAllocated uint
AllocatedStorage uint
}
type MaterialProperty struct {