123
This commit is contained in:
21
RenderDll/XRenderOGL/NVParse/ps1.0_program.h
Normal file
21
RenderDll/XRenderOGL/NVParse/ps1.0_program.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef _PS10_PROGRAM_H
|
||||
#define _PS10_PROGRAM_H
|
||||
|
||||
namespace ps10
|
||||
{
|
||||
|
||||
struct constdef
|
||||
{
|
||||
string reg;
|
||||
float r,g,b,a;
|
||||
};
|
||||
|
||||
|
||||
void invoke(std::vector<constdef> * c,
|
||||
std::list<std::vector<string> > * a,
|
||||
std::list<std::vector<string> > * b);
|
||||
|
||||
bool init_extensions();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user