From 2c6c501b36db9e7991c3f7999451b70f12329ecc Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Wed, 12 Jul 2017 10:18:11 -0700 Subject: Add per-entry-point information to reflection JSON dumps - This also adds reflection API for querying: - Entry point name - Entry point parameter list --- tests/reflection/reflect-imported-code.hlsl.expected | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/reflection/reflect-imported-code.hlsl.expected') 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" + } ] } } -- cgit v1.2.3