diff options
author | Niklas Haas <git@haasn.xyz> | 2017-08-26 05:33:00 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.xyz> | 2017-08-27 14:36:00 +0200 |
commit | 45bae90f4d98c64f01ec2fe419a6aa6c068331b2 (patch) | |
tree | feffd338887dd828212b64e3ab79f4c4bde256d5 /video/out/opengl/context_x11egl.c | |
parent | f40717a66430c238fbe3fa28fc39a88d804bdc9c (diff) |
vo_opengl: be explicit about IMG_RW
Both vulkan and opengl distinguish between rendering to an image and
using an image as a storage attachment. So make this an explicit
capability instead of lumping it in with render_dst. (That way we could
support, for example, using an image as a storage attachment without
requiring a framebuffer)
The real reason for this change is that you can directly use the output
FBO as a storage attachment on vulkan but you can't on opengl, which
makes this param structly separate from render_dst.
Diffstat (limited to 'video/out/opengl/context_x11egl.c')
0 files changed, 0 insertions, 0 deletions