mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
Embrace nullptr over NULL and 0
This commit is contained in:
parent
ae18aa0639
commit
a5d06fde4b
16 changed files with 36 additions and 33 deletions
|
@ -75,7 +75,7 @@ private:
|
|||
GLenum m_target;
|
||||
GLuint m_buffer_name;
|
||||
size_t m_buffer_size;
|
||||
GLsync m_fence = 0;
|
||||
GLsync m_fence = nullptr;
|
||||
};
|
||||
|
||||
class OGLFramebuffer final : public AbstractFramebuffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue