summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/simple-pre-defined.hlsl.expected
Commit message (Collapse)AuthorAge
* Set the HLSL supported compiler version to 2018 (#6502)Tony (Atanas) Zlatinski2025-03-11
| | | Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com>
* Add some simple macro defines including __HLSL_VERSION (#2363)jsmall-nvidia2022-08-16
* #include an absolute path didn't work - because paths were taken to always be relative. * Add standard macros including __HLSL_VERSION * Added hlsl test. * Defined standard macro names to values, so not undefined. Allows more convenient #if style. Co-authored-by: Yong He <yonghe@outlook.com>