Kohi Game Engine
water_plane.h File Reference
#include "defines.h"
#include "math/math_types.h"
#include "systems/material_system.h"

Go to the source code of this file.

Data Structures

struct  water_plane_vertex
 
struct  water_plane
 

Typedefs

typedef struct water_plane_vertex water_plane_vertex
 
typedef struct water_plane water_plane
 

Functions

KAPI b8 water_plane_create (water_plane *out_plane)
 
KAPI void water_plane_destroy (water_plane *plane)
 
KAPI b8 water_plane_initialize (water_plane *plane)
 
KAPI b8 water_plane_load (water_plane *plane)
 
KAPI b8 water_plane_unload (water_plane *plane)
 
KAPI b8 water_plane_update (water_plane *plane)
 

Typedef Documentation

◆ water_plane

typedef struct water_plane water_plane

◆ water_plane_vertex

Function Documentation

◆ water_plane_create()

KAPI b8 water_plane_create ( water_plane out_plane)

◆ water_plane_destroy()

KAPI void water_plane_destroy ( water_plane plane)

◆ water_plane_initialize()

KAPI b8 water_plane_initialize ( water_plane plane)

◆ water_plane_load()

KAPI b8 water_plane_load ( water_plane plane)

◆ water_plane_unload()

KAPI b8 water_plane_unload ( water_plane plane)

◆ water_plane_update()

KAPI b8 water_plane_update ( water_plane plane)