Skip to content
Snippets Groups Projects
Commit eb1182a1 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix prototype mismatch for create_from_gl_texture

parent de58fbc6
No related branches found
No related tags found
No related merge requests found
Pipeline #
// Interface between C and Python for GL related functions // Interface between C and Python for GL related functions
error* create_from_gl_texture(clobj_t *ptr, cl_mem_flags flags, error* create_from_gl_texture(clobj_t *ptr, clobj_t _ctx, cl_mem_flags flags,
GLenum texture_target, GLint miplevel, GLenum texture_target, GLint miplevel,
GLuint texture); GLuint texture);
error *create_from_gl_buffer(clobj_t *ptr, clobj_t context, error *create_from_gl_buffer(clobj_t *ptr, clobj_t context,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment