libmpv  20200718-git-96cdf53
development library for the MPV media player
Looking for a C++ dev?
I'm looking for work. Hire me!
mpv_opengl_drm_params Struct Reference

Deprecated. More...

#include <render_gl.h>

Public Attributes

int fd
 
int crtc_id
 
int connector_id
 
struct _drmModeAtomicReq ** atomic_request_ptr
 
int render_fd
 

Detailed Description

Deprecated.

For MPV_RENDER_PARAM_DRM_DISPLAY.

Definition at line 155 of file render_gl.h.

Member Data Documentation

◆ atomic_request_ptr

struct _drmModeAtomicReq** mpv_opengl_drm_params::atomic_request_ptr

Definition at line 159 of file render_gl.h.

◆ connector_id

int mpv_opengl_drm_params::connector_id

Definition at line 158 of file render_gl.h.

◆ crtc_id

int mpv_opengl_drm_params::crtc_id

Definition at line 157 of file render_gl.h.

◆ fd

int mpv_opengl_drm_params::fd

Definition at line 156 of file render_gl.h.

◆ render_fd

int mpv_opengl_drm_params::render_fd

Definition at line 160 of file render_gl.h.


The documentation for this struct was generated from the following file: