frameworks/compile/slang/tests/P_root_graphics/root_graphics.rscript

9 lines
110 B
Plaintext
Raw Normal View History

2025-08-25 08:17:13 +08:00
#pragma version(1)
#pragma rs java_package_name(foo)
typedef int myInt;
myInt root(void) {
return 10;
}