Kohi Game Engine
shader_attribute Struct Reference

Represents a single shader vertex attribute. More...

#include <shader_system.h>

Data Fields

char * name
 The attribute name. More...
 
shader_attribute_type type
 The attribute type. More...
 
u32 size
 The attribute size in bytes. More...
 

Detailed Description

Represents a single shader vertex attribute.

Field Documentation

◆ name

char* name

The attribute name.

◆ size

u32 size

The attribute size in bytes.

◆ type

The attribute type.


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