Tom Clabault

Results 1 comments of Tom Clabault

I tried doing it with HIP (not Orochi), but I still cannot get past `hipGraphicsGLRegisterBuffer`: ``` #include "GL/glew.h" #include "GLFW/glfw3.h" #include "Orochi/Orochi.h" #include int main() { glfwInit(); glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4); glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR,...