From b8a129e2c4799dd4a8c01594578d2a89f4a7206a Mon Sep 17 00:00:00 2001 From: Mitchell Date: Tue, 8 May 2018 20:04:34 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa70654..f112979 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## About -Using the OpenCL cl_khr_gl_sharing extension, a complete in core conways game of life simulation is achievable on the GPU, allowing performance exceeding 1500 cycles per second on a 1920x1080 grid with modest hardware. +With the cl_khr_gl_sharing extension to the OpenCL API, we can do a zero copy share of the automata data and the rendered textures. This speeds up the sim quite significantly, getting 1500 cycles per second on a 1920x1080 grid of single pixel cells ### Features