Fixed VertexDeclaration copy constructor
Former-commit-id: 54bd378364c987c975ca2e83187b3559f4b9d92c
This commit is contained in:
@@ -17,15 +17,13 @@ class NzVertexDeclaration;
|
||||
using NzVertexDeclarationConstRef = NzResourceRef<const NzVertexDeclaration>;
|
||||
using NzVertexDeclarationRef = NzResourceRef<NzVertexDeclaration>;
|
||||
|
||||
struct NzVertexDeclarationImpl;
|
||||
|
||||
class NAZARA_API NzVertexDeclaration : public NzResource
|
||||
{
|
||||
friend class NzUtility;
|
||||
|
||||
public:
|
||||
NzVertexDeclaration();
|
||||
NzVertexDeclaration(NzVertexDeclaration& declaration);
|
||||
NzVertexDeclaration(const NzVertexDeclaration& declaration);
|
||||
~NzVertexDeclaration();
|
||||
|
||||
void DisableComponent(nzVertexComponent component);
|
||||
|
||||
Reference in New Issue
Block a user