Kohi Game Engine
material_instance Struct Reference

A material instance, which contains handles to both the base material as well as the instance itself. Every time an instance is "acquired", one of these is created, and the instance should be referenced using this going from that point. More...

#include <core_render_types.h>

Data Fields

khandle material
 
khandle instance
 

Detailed Description

A material instance, which contains handles to both the base material as well as the instance itself. Every time an instance is "acquired", one of these is created, and the instance should be referenced using this going from that point.

Field Documentation

◆ instance

khandle instance

◆ material

khandle material

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