patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.62k stars 350 forks source link

fix: (VERA) Prefer smart pointers over raw pointers #277

Closed tcoyvwac closed 2 years ago

tcoyvwac commented 2 years ago

Hi @patriciogonzalezvivo,

As the project is a C++11 project, this PR helps replace some raw pointers with smart pointers to help prevent unknown memory leaks.


(This is a twin PR, but for the VERA branch of the project, as requested in PR:#276's comment)

patriciogonzalezvivo commented 2 years ago

Exiting!

tcoyvwac commented 2 years ago

Ok @patriciogonzalezvivo, these twin PRs are basically finished.

If there are no extra requests or recommendations, feel free to merge please! :smile_cat:

patriciogonzalezvivo commented 2 years ago

Thank you!