Skip to content

Commit

Permalink
request depth buffer for texture-from-pixmap
Browse files Browse the repository at this point in the history
  • Loading branch information
i-rinat committed Mar 28, 2014
1 parent a716e3e commit e23e451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api-video-mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ _render_va_surf_to_texture(VdpVideoMixerData *videoMixerData, VdpVideoSurfaceDat
GLX_GREEN_SIZE, 8,
GLX_BLUE_SIZE, 8,
GLX_ALPHA_SIZE, 8,
GLX_DEPTH_SIZE, 16,
GLX_BIND_TO_TEXTURE_RGBA_EXT, GL_TRUE,
GL_NONE
};
Expand Down

0 comments on commit e23e451

Please sign in to comment.