VertexInput增加缺省构造析构函数
This commit is contained in:
parent
b7fe7626b8
commit
ed0b26eec6
@ -33,6 +33,9 @@ class VertexInput
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
VertexInput()=default;
|
||||||
|
virtual ~VertexInput()=default;
|
||||||
|
|
||||||
bool Add(VertexBuffer *,bool instance=false);
|
bool Add(VertexBuffer *,bool instance=false);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user