From ec233ef980a26ef252c6cbe6ad123a5ff9532a31 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Wed, 13 Mar 2019 12:09:17 -0400 Subject: Remove GetDescriptorInfo and store in Buffer object. (#358) This Cl stores the relevant data into the amber::Buffer and removes the need to call GetDescriptorInfo to retrieve the data. --- tests/cases/probe_no_compute_with_ssbo.vkscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/cases/probe_no_compute_with_ssbo.vkscript b/tests/cases/probe_no_compute_with_ssbo.vkscript index ccd3593..a4a94a6 100644 --- a/tests/cases/probe_no_compute_with_ssbo.vkscript +++ b/tests/cases/probe_no_compute_with_ssbo.vkscript @@ -24,7 +24,7 @@ void main() { [test] ssbo 1:2 subdata vec4 0 0.1 0.2 0.3 0.4 -probe ssbo float 1:2 0 ~= 0.1 0.2 0.3 0.4 +probe ssbo float 1:2 0 ~= 0.1 0.2 0.3 0.4 ssbo 1:2 subdata float 0 0.57 0.56 0.55 0.54 \ -- cgit v1.2.3