TextureStageCollection operator+(const TextureStageCollection &other) const
Returns a TextureStageCollection representing the concatenation of the two lists.
void add_texture_stages_from(const TextureStageCollection &other)
Adds all the TextureStages indicated in the other collection to this texture_stage.
get_sort
Returns the sort order of this texture stage.
void operator+=(const TextureStageCollection &other)
Appends the other list onto the end of this one.
Defines the properties of a named stage of the multitexture pipeline.