obs-studio/libobs-d3d11
jp9000 c9df41c1e2 (API Change) Remove pointers from all typedefs
Typedef pointers are unsafe.  If you do:
typedef struct bla *bla_t;
then you cannot use it as a constant, such as: const bla_t, because
that constant will be to the pointer itself rather than to the
underlying data.  I admit this was a fundamental mistake that must
be corrected.

All typedefs that were pointer types will now have their pointers
removed from the type itself, and the pointers will be used when they
are actually used as variables/parameters/returns instead.

This does not break ABI though, which is pretty nice.
2014-09-25 21:48:11 -07:00
..
mingw first commit 2013-09-30 19:37:13 -07:00
CMakeLists.txt Improve additional_install_files for debug/release 2014-07-18 22:41:11 -07:00
d3d11-indexbuffer.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-samplerstate.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-shader.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-shaderprocessor.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-shaderprocessor.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-stagesurf.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-subsystem.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-subsystem.hpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-texture2d.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-vertexbuffer.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
d3d11-zstencilbuffer.cpp (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00