Mike

Results 4 comments of Mike

This change prevents resizing if MinSize is non-zero and MaxSize is zero. Changes like the following to line 234 of DockWindow.cs are necessary to fix: ` if (rectLimit.Bottom > maxSize.Height...

Thanks for the reply. Do you have a pairing for the last parameter of LockBits and the 3rd 7th parameters of TexImage2D that work for a transparent png?

To bridge the gap while waiting for a MAUI control, this repo provides a great example to get OpenTK 4 running on MAUI/Android successfully. https://github.com/ibluesun/MauiOpenGL With minimal changes to shaders...