From d9b73266ab46c9b4ba3b0d25d369e30143ac398f Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Tue, 26 Feb 2019 12:25:02 -0500 Subject: Dx11 & Dx12 device startup (#861) * 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. --- source/slang/slang.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index 577097c93..ff37c5e09 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -318,4 +318,4 @@ - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3