OpenGLRenderer: Improve OpenGL wrapper
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Nz::GL
|
||||
friend DeviceObject;
|
||||
|
||||
public:
|
||||
Program() = default;
|
||||
using DeviceObject::DeviceObject;
|
||||
Program(const Program&) = delete;
|
||||
Program(Program&&) noexcept = default;
|
||||
~Program() = default;
|
||||
|
||||
Reference in New Issue
Block a user