ci: add basic test pipeline for shader builders
This commit is contained in:
parent
b04593c22b
commit
388d35b74d
26 changed files with 528 additions and 74 deletions
13
tests/python_build/fixtures/rd_glsl/compute.glsl
Normal file
13
tests/python_build/fixtures/rd_glsl/compute.glsl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#[compute]
|
||||
|
||||
#version 450
|
||||
|
||||
#VERSION_DEFINES
|
||||
|
||||
#define BLOCK_SIZE 8
|
||||
|
||||
#include "_included.glsl"
|
||||
|
||||
void main() {
|
||||
uint t = BLOCK_SIZE + 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue