tinne26

Results 36 comments of tinne26

So, you want to keep *both* formats even for v3, or would you rather switch to only F32 format? Whatever the case, I think that F32 should become the "main"...

Wouldn't `Uniforms.Set*()` be more accurate? And besides a `Reset()` or similar, a single field clear may also be relevant (e.g. `Uniforms.Unset/Delete(name string)`).

Something else is off: ```Golang package main import ( "os" ; "log" ; "time" ) import "github.com/gen2brain/mpeg" func main() { // open file and initialize mpeg file, err := os.Open(os.Args[1])...

Don't worry, I also have other priorities at the moment, but if I get back to it and make any progress I'll contribute as I can.

What about `exp/input`? I feel like this is not trivial to get right with a single minor version or two. For these complicated features, it may be helpful to have...

This seems to be the same issue as #31094. If #12847 is indeed the expected behavior, then both this and #31094 (edit: ok, and probably #21369 too) should be closed,...