Thanks for sharing this library. I have downloaded the latest version of warp (master branch). I am trying to run the example_render_opengl.py on my Windows 10 x64 PC with CUDA v11.6. I have done the ...
> One example of "immediate mode" is using `glBegin` and `glEnd` with `glVertex` in between them. Another example of "immediate mode" is to use `glDrawArrays` with a client vertex array (i.e. not a ...