Kohi Game Engine
ibl_probe.h File Reference
#include <core_render_types.h>
#include <math/math_types.h>
#include <strings/kname.h>

Go to the source code of this file.

Data Structures

struct  ibl_probe
 

Typedefs

typedef struct ibl_probe ibl_probe
 

Functions

KAPI b8 ibl_probe_create (kname cubemap_name, vec3 position, ibl_probe *out_probe)
 
KAPI void ibl_probe_destroy (ibl_probe *probe)
 
KAPI b8 ibl_probe_load (ibl_probe *probe)
 
KAPI void ibl_probe_unload (ibl_probe *probe)
 

Typedef Documentation

◆ ibl_probe

typedef struct ibl_probe ibl_probe

Function Documentation

◆ ibl_probe_create()

KAPI b8 ibl_probe_create ( kname  cubemap_name,
vec3  position,
ibl_probe out_probe 
)

◆ ibl_probe_destroy()

KAPI void ibl_probe_destroy ( ibl_probe probe)

◆ ibl_probe_load()

KAPI b8 ibl_probe_load ( ibl_probe probe)

◆ ibl_probe_unload()

KAPI void ibl_probe_unload ( ibl_probe probe)