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/reflection0.hlsl.expected | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/reflection/reflection0.hlsl.expected') diff --git a/tests/reflection/reflection0.hlsl.expected b/tests/reflection/reflection0.hlsl.expected index 3b74988b2..e4d6070ca 100644 --- a/tests/reflection/reflection0.hlsl.expected +++ b/tests/reflection/reflection0.hlsl.expected @@ -39,6 +39,12 @@ standard output = { } } } + ], + "entryPoints": [ + { + "name": "main", + "stage:": "fragment" + } ] } } -- cgit v1.2.3