|
My Project
|
Go to the source code of this file.
Data Structures | |
| struct | DVLP_s |
| struct | DVLE_constEntry_s |
| struct | DVLE_outEntry_s |
| struct | DVLE_uniformEntry_s |
| struct | DVLE_s |
| struct | DVLB_s |
Enumerations | |
| enum | SHDR_type { VERTEX_SHDR =0x0, GEOMETRY_SHDR =0x1 } |
| enum | SHDR_outType { RESULT_POSITION = 0x0, RESULT_COLOR = 0x2, RESULT_TEXCOORD0 = 0x3, RESULT_TEXCOORD1 = 0x5, RESULT_TEXCOORD2 = 0x6 } |
Functions | |
| DVLB_s * | SHDR_ParseSHBIN (u32 *shbinData, u32 shbinSize) |
| void | SHDR_UseProgram (DVLB_s *dvlb, u8 id) |
| void | SHDR_FreeDVLB (DVLB_s *dvlb) |
| s8 | SHDR_GetUniformRegister (DVLB_s *dvlb, const char *name, u8 programID) |
| void | DVLP_SendCode (DVLP_s *dvlp) |
| void | DVLP_SendOpDesc (DVLP_s *dvlp) |
| void | DVLE_SendOutmap (DVLE_s *dvle) |
| void | DVLE_SendConstants (DVLE_s *dvle) |
| enum SHDR_outType |