1 Example code showing use of code reflection in translation from Java to 2 the SPIR-V intermediate language. For more information on SPIR-V see: 3 https://www.khronos.org/spir. 4 5 6 Dependencies: 7 8 This code depends on the Beehive SPIR-V Toolkit (https://github.com/beehive-lab/beehive-spirv-toolkit) 9 which must be cloned and installed locally. For example: 10 11 git clone https://github.com/beehive-lab/beehive-spirv-toolkit 12 cd beehive-spirv-toolkit 13 mvn clean install