Missed this

This commit is contained in:
rdb 2009-07-02 15:08:53 +00:00
parent 66349ecaba
commit 2fe72f7a6b
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ public:
ShaderArgType cg_parameter_type(CGparameter p);
ShaderArgDir cg_parameter_dir(CGparameter p);
CGprogram cg_compile_entry_point(const char *entry, const ShaderCaps &caps, ShaderType type = ST_VERTEX);
CGprogram cg_compile_entry_point(const char *entry, const ShaderCaps &caps, ShaderType type = ST_vertex);
bool cg_analyze_entry_point(CGprogram prog, ShaderType type);