aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-03-13 12:09:17 -0400
committerGitHub <noreply@github.com>2019-03-13 12:09:17 -0400
commitec233ef980a26ef252c6cbe6ad123a5ff9532a31 (patch)
treed55834bc013a2ea767eceec2979868c0e337d060 /tests
parent88868a067b2ce2ab18ab5f20990c3800bf3d9a8e (diff)
downloadamber-ec233ef980a26ef252c6cbe6ad123a5ff9532a31.tar.gz
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/cases/probe_no_compute_with_ssbo.vkscript2
1 files changed, 1 insertions, 1 deletions
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 \