| Summary: | [PATCH] Add eglCreatePbufferSurface function | ||
|---|---|---|---|
| Product: | SDL | Reporter: | tomwardio |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.7 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: | Proposed patch for loading eglCreatePbufferSurface function | ||
Ping. Has this been approved? Or should I load this functor from within video driver itself? Thanks! |
Created attachment 3071 [details] Proposed patch for loading eglCreatePbufferSurface function Proposed patch loads eglCreatePbufferSurface in same manner as other 1.1 functors. This allows custom video drivers to create pbuffer surfaces.