obs-streamFX/source/obs/gs
Michael Fabian 'Xaymar' Dirks ef76e353d3 gs-effect-pass/technique: Change to protected inheritance
Prevents the use of get() and reset() where not actually needed and forces us to actually implement all of the methods needed to interface with the object, leading to cleaner and safer code.
2019-12-15 10:37:41 +01:00
..
gs-effect-parameter.cpp gs-effect-parameter: Refactor effect_parameter onto std::shared_ptr 2019-12-15 10:35:29 +01:00
gs-effect-parameter.hpp gs-effect-parameter: Refactor effect_parameter onto std::shared_ptr 2019-12-15 10:35:29 +01:00
gs-effect-pass.cpp gs-effect-pass/technique: Implement wrapper code based on std::shared_ptr 2019-12-15 09:05:23 +01:00
gs-effect-pass.hpp gs-effect-pass/technique: Change to protected inheritance 2019-12-15 10:37:41 +01:00
gs-effect-technique.cpp gs-effect-pass/technique: Implement wrapper code based on std::shared_ptr 2019-12-15 09:05:23 +01:00
gs-effect-technique.hpp gs-effect-pass/technique: Change to protected inheritance 2019-12-15 10:37:41 +01:00
gs-effect.cpp project: Fix a massive list of dangerous warnings 2019-09-05 18:42:28 +02:00
gs-effect.hpp gs-effect: Add helpers and fix bad enable_shared_from_this 2019-08-07 16:11:09 +02:00
gs-helper.cpp gs-helper: Remove unused constructor 2019-10-18 23:04:23 +02:00
gs-helper.hpp gs-helper: Add common debug colors 2019-10-31 05:59:16 +01:00
gs-indexbuffer.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
gs-indexbuffer.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
gs-limits.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
gs-mipmapper.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
gs-mipmapper.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
gs-rendertarget.cpp project: Apply formatting 2019-08-24 12:59:32 +02:00
gs-rendertarget.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
gs-sampler.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
gs-sampler.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
gs-texture.cpp project: Apply formatting 2019-08-24 12:59:32 +02:00
gs-texture.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
gs-vertex.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
gs-vertex.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
gs-vertexbuffer.cpp gs-vertexbuffer: Fix and improve various problematic locations 2019-10-13 06:38:15 +02:00
gs-vertexbuffer.hpp gs-vertexbuffer: Fix and improve various problematic locations 2019-10-13 06:38:15 +02:00