Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
shdlib.cpp File Reference
#include "shdlib.h"
#include "assetmgr.h"
#include "shdloader.h"
#include "shdrenderer.h"

Go to the source code of this file.

Functions

void SHD_Init ()
 
void SHD_Shutdown ()
 
void SHD_Init_Shaders ()
 
void SHD_Shutdown_Shaders ()
 
void SHD_Flush ()
 
void SHD_Register_Loader ()
 

Function Documentation

◆ SHD_Flush()

void SHD_Flush ( )

Definition at line 65 of file shdlib.cpp.

◆ SHD_Init()

void SHD_Init ( )

Definition at line 45 of file shdlib.cpp.

◆ SHD_Init_Shaders()

void SHD_Init_Shaders ( )

Definition at line 55 of file shdlib.cpp.

◆ SHD_Register_Loader()

void SHD_Register_Loader ( )

Definition at line 70 of file shdlib.cpp.

◆ SHD_Shutdown()

void SHD_Shutdown ( )

Definition at line 50 of file shdlib.cpp.

◆ SHD_Shutdown_Shaders()

void SHD_Shutdown_Shaders ( )

Definition at line 60 of file shdlib.cpp.