Skip to content
  • Filip Roséen's avatar
    vlc_opengl: refactor vlc_gl_t creation · 79b21876
    Filip Roséen authored and Thomas Guillem's avatar Thomas Guillem committed
    
    
    Given that there are places in the codebase that just require a
    created object of type vlc_gl_t ("gl"), these changes split the object
    creation into two functions:
    
     - vlc_gl_Create: a simple wrapper around vlc_custom_create
     - vlc_gl_ModuleCreate: creates a vlc_gl_t with an associated
                            module/surface.
    
    refs #17795
    
    Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
    79b21876