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_draw_surface_size Struct Reference

For MPV_RENDER_PARAM_DRM_DRAW_SURFACE_SIZE. More...

#include <render_gl.h>

Public Attributes

int width
 size of the draw plane surface in pixels. More...
 
int height
 

Detailed Description

For MPV_RENDER_PARAM_DRM_DRAW_SURFACE_SIZE.

Definition at line 166 of file render_gl.h.

Member Data Documentation

◆ height

int mpv_opengl_drm_draw_surface_size::height

Definition at line 170 of file render_gl.h.

◆ width

int mpv_opengl_drm_draw_surface_size::width

size of the draw plane surface in pixels.

Definition at line 170 of file render_gl.h.


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