Measures Concepts
GitHub icon

Filterscript

Filterscript - Programming language

< >

Filterscript is a programming language created in 2012.

#1643on PLDB 12Years Old 0Repos

A subset of RenderScript


Example from the web:
#pragma version(1) #pragma rs java_package_name(foo) int __attribute__((kernel)) root(uint32_t ain) { return 0; } void __attribute__((kernel)) in_only(uint32_t ain) { } int __attribute__((kernel)) out_only() { return 0; } int __attribute__((kernel)) everything(uint32_t ain, uint32_t x, uint32_t y) { return 0; }

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout