diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-22 19:32:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 19:32:11 +0200 |
commit | 0cea7e3f64e3f22e15cca5e2ab71406bec6b8f5a (patch) | |
tree | 914f876e5b9b32a22a7f501326abb4b0e12148b7 /tests/python_build/fixtures/glsl/compute_expected_full.glsl | |
parent | 7b4927bb5ff8440a33043cf32c1163e2fe0830d1 (diff) | |
parent | 388d35b74d8919b251faae9e24af50476f12b1a2 (diff) |
Merge pull request #62545 from yedpodtrzitko/yed/pytest-builders
Diffstat (limited to 'tests/python_build/fixtures/glsl/compute_expected_full.glsl')
-rw-r--r-- | tests/python_build/fixtures/glsl/compute_expected_full.glsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/python_build/fixtures/glsl/compute_expected_full.glsl b/tests/python_build/fixtures/glsl/compute_expected_full.glsl new file mode 100644 index 0000000000..b937d732c8 --- /dev/null +++ b/tests/python_build/fixtures/glsl/compute_expected_full.glsl @@ -0,0 +1,8 @@ +/* WARNING, THIS FILE WAS GENERATED, DO NOT EDIT */ +#ifndef COMPUTE_SHADER_GLSL_RAW_H +#define COMPUTE_SHADER_GLSL_RAW_H + +static const char compute_shader_glsl[] = { + 35,91,99,111,109,112,117,116,101,93,10,10,35,118,101,114,115,105,111,110,32,52,53,48,10,10,35,86,69,82,83,73,79,78,95,68,69,70,73,78,69,83,10,10,10,35,100,101,102,105,110,101,32,77,95,80,73,32,51,46,49,52,49,53,57,50,54,53,51,53,57,10,10,118,111,105,100,32,109,97,105,110,40,41,32,123,10,9,118,101,99,51,32,115,116,97,116,105,99,95,108,105,103,104,116,32,61,32,118,101,99,51,40,48,44,32,49,44,32,48,41,59,10,125,10,0 +}; +#endif |