diff options
| author | Tim Foley <tfoley@nvidia.com> | 2017-07-12 10:18:11 -0700 |
|---|---|---|
| committer | Tim Foley <tfoley@nvidia.com> | 2017-07-12 10:18:11 -0700 |
| commit | 2c6c501b36db9e7991c3f7999451b70f12329ecc (patch) | |
| tree | 4b5d5e847e29d52cda039d79d25b9e7647cca1fa /tests/reflection/reflect-imported-code.hlsl.expected | |
| parent | 88f451cfafbf3a30033e750873c79f761b2bd1a5 (diff) | |
Add per-entry-point information to reflection JSON dumps
- This also adds reflection API for querying:
- Entry point name
- Entry point parameter list
Diffstat (limited to 'tests/reflection/reflect-imported-code.hlsl.expected')
| -rw-r--r-- | tests/reflection/reflect-imported-code.hlsl.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/reflection/reflect-imported-code.hlsl.expected b/tests/reflection/reflect-imported-code.hlsl.expected index 1190ab550..78e7ce195 100644 --- a/tests/reflection/reflect-imported-code.hlsl.expected +++ b/tests/reflection/reflect-imported-code.hlsl.expected @@ -74,6 +74,12 @@ standard output = { } } } + ], + "entryPoints": [ + { + "name": "main", + "stage:": "fragment" + } ] } } |
