summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-02-26 12:25:02 -0500
committerGitHub <noreply@github.com>2019-02-26 12:25:02 -0500
commitd9b73266ab46c9b4ba3b0d25d369e30143ac398f (patch)
treed8a3b387a162a4a470325cd1f0520ae39eaf1349 /source
parentef120329b8901c3e036f18b84d6e014a578242d4 (diff)
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.
Diffstat (limited to 'source')
-rw-r--r--source/slang/slang.vcxproj2
1 files changed, 1 insertions, 1 deletions
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 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project> \ No newline at end of file