Skip to content

Commit a547e37

Browse files
Illia Iorinjrfonseca
authored andcommitted
apps/gl: Add test for reading from shadow memory
The main purpose of this test is to verify the correctness of reading of the coherent memory after it was written to from GPU. Signed-off-by: Illia Iorin <[email protected]>
1 parent 8921516 commit a547e37

File tree

4 files changed

+1210
-0
lines changed

4 files changed

+1210
-0
lines changed

apps/gl/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
child
22
compiled_vertex_array
3+
coherent_memory_read
34
config
45
coherent_memory_write
56
debug

apps/gl/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ set (targets
1919
config
2020
coherent_memory_write
2121
compiled_vertex_array
22+
coherent_memory_read
2223
debug
2324
default
2425
dlopen

0 commit comments

Comments
 (0)