Граф коммитов

23 Коммитов

Автор SHA1 Сообщение Дата
Chuck Walbourn 556caba51f
Clean up use of std::exception (#250) 2021-01-05 13:01:34 -08:00
Chuck Walbourn 8ef3e0d69f Replaced _countof / ARRAYSIZE with std::size 2021-01-02 12:43:55 -08:00
Chuck Walbourn 5182d9f30d Code review including more use of constexpr 2020-05-26 17:58:48 -07:00
Chuck Walbourn fb08eb3483 More noexcept annotation 2019-12-12 16:23:30 -08:00
Chuck Walbourn 49841abf6e Fixed link issue when using clang/LLVM toolset 2019-06-01 00:08:41 -07:00
Chuck Walbourn 4c94d0f613 Minor code review feedback 2018-05-18 00:49:52 -07:00
Chuck Walbourn 0dabb74fb6
Retire Windows 8.1 Store, Windows phone 8.1, and VS 2013 projects (#132)
* Retire VS 2013 projects
* Change ``throw()`` to ``noexcept``
* Use ``%zu`` instead of ``%Iu``
* Minor update to match DXTK12
* Cleaned up warning suppression
* remove ``WINAPI_FAMILY_PHONE_APP`` platform code
* Fixed C5038 warnings
* More uniform initialization
2018-05-01 18:22:46 -07:00
Chuck Walbourn 43df3f97f1 Don't need to use DIRECTX_NOEXCEPT macro 2018-04-17 10:59:05 -07:00
Chuck Walbourn 5017d43371 Minor code review feedback 2018-04-13 11:34:06 -07:00
Chuck Walbourn 0f7afb3337 VS 2017 (15.7 preview) /analyze cleanup 2018-04-02 23:52:18 -07:00
Chuck Walbourn 85c1b88e48 Reformat code 2018-03-16 11:33:06 -07:00
Chuck Walbourn d39e86e428 Fixed up comment header block 2018-02-23 11:49:48 -08:00
Chuck Walbourn ae58764dab Minor code cleanup 2017-07-10 20:54:54 -07:00
Chuck Walbourn 29e34ef5b9 Support for compressed vertex normals with biasing 2016-10-04 15:18:38 -07:00
Chuck Walbourn a8fc5eb430 Normalize line endings 2016-08-22 11:17:20 -07:00
Chuck Walbourn 09d65c5193 Added SetMatrices and SetColorAndAlpha helpers to effects 2016-07-09 17:54:41 -07:00
walbourn_cp d2ba21f3e3 DirectXTK/DirectXTex: Xbox One platform support 2013-12-05 16:41:24 -08:00
walbourn_cp efdcec0264 DirectXTK: Skinned Model support
- Updated DGSLEffect with support for skinning
- IEffectSkinning interface added
- Updated SkinnedEffect to use default texture if no texture set
- Updated Model loading to use skinned effects and vertex types
2013-10-21 20:56:59 -07:00
walbourn_cp 31f6d5999f DirectXTK: More static_asserts 2013-10-18 16:54:18 -07:00
walbourn_cp 6e6d11145b DirectXTK: Updated DGSLEffect with SetAlphaDiscardEnable and SetVertexColorEnabled 2013-10-16 11:20:37 -07:00
walbourn_cp 677b8d7712 DirectXTK: Fixed problem with EffectFactory not disabling specular highlights on non-specular materials
- Added DisableSpecular() method to BasicEffect & SkinnedEffect
2013-10-08 16:33:25 -07:00
walbourn_cp 5d7af0ae62 DirectXTK: Updated with optional support for DirectXMath 3.05 and the __vectorcall calling convention 2013-06-26 15:03:13 -07:00
walbourn_cp 3dd040ed5e March 2012 2012-05-01 14:58:36 -07:00