Kohi Game Engine
shader_attribute_config Struct Reference

Configuration for an attribute. More...

#include <resource_types.h>

Data Fields

u8 name_length
 The length of the name. More...
 
char * name
 The name of the attribute. More...
 
u8 size
 The size of the attribute. More...
 
shader_attribute_type type
 The type of the attribute. More...
 

Detailed Description

Configuration for an attribute.

Field Documentation

◆ name

char* name

The name of the attribute.

◆ name_length

u8 name_length

The length of the name.

◆ size

u8 size

The size of the attribute.

◆ type

The type of the attribute.


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