mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Implement tessellation shader for HLSL
This commit is contained in:
@@ -27,6 +27,7 @@ class CIntElement : public IElement
|
||||
{
|
||||
public:
|
||||
virtual bool GetValue(int frame, int& valOut) const=0;
|
||||
virtual int GetMaxValue() const=0;
|
||||
};
|
||||
|
||||
class CVectorElement : public IElement
|
||||
|
||||
Reference in New Issue
Block a user