Email or username:

Password:

Forgot your password?
Top-level
Joshua Barretto

Hmm... This runs faster when I *don't* parallelise it. More work to be done.

2 comments
Joshua Barretto

@dequbed Turns out it was just that it was using a silly strategy for parallelising vertex shader invocations which in this case translated to 'don't parallelise', so I was paying the overhead of spinning up threads for nothing.

Go Up