Greg Johnson

Results 3 comments of Greg Johnson

The screenshot shortcuts are not working for me either. `Print` and `Alt+Print` work, `Ctrl+Print` saves a screenshot of an area to Pictures, instead of "Copy a screenshot to clipboard" like...

We got our cube map array working with a StorageImage. We had lots of problems trying to get the cube map working with an ImmutableImage (with the workarounds), so it...

I had the same problem with Go strings not being null terminated. Example: ``` uniScrSizeID := gl.GetUniformLocation(textProgramID, &[]byte("screen_size")[0]) ``` I spent a couple hours debugging my application as it was...