mahkoh
mahkoh
TEXTURE_EXTERNAL_OES is required if you want to sample directly from YUV buffers, e.g. from buffers produced by vaapi. Otherwise you have to import every plane of the buffer as a...
Then firefox is using such a shader either directly or via a library. >The only exception is when importing directly as YUV. In that case, many users (e.g. Weston) still...
In general, there is an understanding among C users that if a function call returns a pointer to an internal buffer, then that pointer will remain valid until the next...
> Making all impl traits `unsafe` just because of a bad design in GTK is not going to happen :) Personally I'm fine with this since I use Rust for...
Consider the following C function ```c char f(GtkEntryBuffer *buffer, GtkWidget *widget) { char *text = gtk_entry_buffer_get_text(buffer); int len = gtk_entry_buffer_get_length(buffer); gtk_widget_measure(widget, GTK_ORIENTATION_HORIZONTAL, -1, 0, 0, 0, 0); if (len) {...
Incidentally working on rebasing this right now.
The protocol has been accepted.
Updated with the final protocol text. The SDL implementation has been merged: https://github.com/libsdl-org/SDL/pull/5906 What is the timeline for 0.28?
Added the missing destroy calls for the add-on objects. See https://github.com/rust-windowing/winit/pull/2369#issuecomment-1179556061
That's correct. CLion is also able to find all of the methods. The problem happens once I try to compile the program.