Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 398 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 398 Bytes

ComputeShader

Implemented Compute Shader in Processing

This example renders 1 million particles on an Intel Iris 640 integrated graphics card.

img

This code will not run on Mac since Compute Shader was brought to OpenGL since version 4.3, and MacOS only supports OpenGL up to 4.1.