Cogs.Core
Public Attributes | List of all members
Cogs::Core::CogsBin::MaterialInstance Struct Reference

Public Attributes

uint32_t material
 Name of material. Offset into strings subsection of current section.
 
uint32_t permutation
 String with permuation name. Offset into strings subsection of current section.
 
uint32_t propertyFirst
 Offset into Properties subsection of current section.
 
uint32_t propertyCount
 Number of properties set in material instance.
 

Detailed Description

Definition at line 699 of file CogsBin.h.

Member Data Documentation

◆ material

uint32_t Cogs::Core::CogsBin::MaterialInstance::material

Name of material. Offset into strings subsection of current section.

Definition at line 701 of file CogsBin.h.

◆ permutation

uint32_t Cogs::Core::CogsBin::MaterialInstance::permutation

String with permuation name. Offset into strings subsection of current section.

Definition at line 702 of file CogsBin.h.

◆ propertyCount

uint32_t Cogs::Core::CogsBin::MaterialInstance::propertyCount

Number of properties set in material instance.

Definition at line 704 of file CogsBin.h.

◆ propertyFirst

uint32_t Cogs::Core::CogsBin::MaterialInstance::propertyFirst

Offset into Properties subsection of current section.

Definition at line 703 of file CogsBin.h.


The documentation for this struct was generated from the following file: