obs-StreamFX/source/obs/gs
Michael Fabian 'Xaymar' Dirks 738b08de36 gs-effect-pass/technique: Implement wrapper code based on std::shared_ptr
These two wrap the underlying gs_epass and gs_effect_technique objects, to allow direct and improved access to them without relying on the libobs API to provide this access for us. Additionally these make it safe for us to use them instead of relying on C-like code to deal with it.
2019-12-15 09:05:23 +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: Implement wrapper code based on std::shared_ptr 2019-12-15 09:05:23 +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: Implement wrapper code based on std::shared_ptr 2019-12-15 09:05:23 +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