summaryrefslogtreecommitdiff
path: root/tools/gfx/flag-combiner.cpp
AgeCommit message (Collapse)Author
2019-02-27Hotfix/device check review (#862)jsmall-nvidia
* Fix typo on return type. * * Inverted order of FlagCombiner (to make more 'nested for' like) * On Dx12 just use D3D_FEATURE_LEVEL_11_0 * Fix typo on dll name
2019-02-26Dx11 & Dx12 device startup (#861)jsmall-nvidia
* Added CombinationUtil to produce combinations of flags Used in Dx11 device creation making it fall back to release driver if debug driver is not found * Made dx12 renderer startup similar to dx11 - testing multiple configs. * Small improvements in naming. * * Moved functionality to gfx from core * Use FlagCombiner to simplify construction, and can be iterated over, without need for array * Share DeviceCheckFlags * Improve comments. * Re-add the comment about combinations tested to set up dx11 device. * More comment improvements.