mirror of
https://github.com/thug1src/thug.git
synced 2025-01-22 05:43:47 +00:00
17 lines
373 B
C++
17 lines
373 B
C++
#ifndef __ANIM_H
|
|
#define __ANIM_H
|
|
|
|
namespace NxNgc
|
|
{
|
|
|
|
//DWORD GetVertexShader( bool vertex_colors );
|
|
//void CreateWeightedMeshVertexShaders( void );
|
|
//void setup_weighted_mesh_vertex_shader( void *p_root_matrix, void *p_bone_matrices, int num_bone_matrices );
|
|
//void shutdown_weighted_mesh_vertex_shader( void );
|
|
|
|
|
|
} // namespace NxNgc
|
|
|
|
#endif // __ANIM_H
|
|
|