Kohi Game Engine
mesh.h File Reference
#include "resource_types.h"

Go to the source code of this file.

Functions

KAPI b8 mesh_create (mesh_config config, mesh *out_mesh)
 
KAPI b8 mesh_initialize (mesh *m)
 
KAPI b8 mesh_load (mesh *m)
 
KAPI b8 mesh_unload (mesh *m)
 
KAPI b8 mesh_destroy (mesh *m)
 

Function Documentation

◆ mesh_create()

KAPI b8 mesh_create ( mesh_config  config,
mesh out_mesh 
)

◆ mesh_destroy()

KAPI b8 mesh_destroy ( mesh m)

◆ mesh_initialize()

KAPI b8 mesh_initialize ( mesh m)

◆ mesh_load()

KAPI b8 mesh_load ( mesh m)

◆ mesh_unload()

KAPI b8 mesh_unload ( mesh m)