Alec Miller

Results 58 issues of Alec Miller

I think this is due to self.both isn't processed for PerformCopies. I have a file with two lines that have the same length, where I comment out one line, and...

1. Hit 8 to switch to sphere shape 2. Hit 6 switch to viewing tangent shape channel 3. Hit T to toggle between vertex tangents/basis and fragment tangents/basis Vertex Tangents...

The current biggest hurdle to switching to eastl is the loss of debug support in clang. So I had to switch back to the native stl implementations. The docs mention...

I have an existing task system that does an emplace_back onto a work queue represented using eastl::deque. This seems related to the deque trying to construct the function object with...

Seems that Xcode gets confused and locates the EASTL/string.h file when #include is encountered. My fix was to rename the EASTL file to basic_string.h since I pull all stl through...

Can remove the test that disables aligned malloc on Apple platforms. Default on macOS/iOS is 16 bytes, and the calls seem to exist as per clang at least. posix_memalign has...

Sometimes, I'm trying to walk up/down the scopes, but the middle scope section has scrolled to some other place. Being able to double-click on the hierarchical scopes from a selected...

I so love this tool just for pinch-zoom and the speed of the tool over chrome:tracing so thanks for build this. I hope it's optimizing Figma nicely. Starting to use...

I'm using KTX as a source and destination format for HDR and encoded textures, but do image editors like Photoshop have a plugin to export/edit these files? They seem to...

enhancement

I tried switching our codebase over to use glslangValidator from shaderc, and that broke all of our warning/error clickthrough from IDE's such as Xcode. I then noticed that shaderc reformats...

enhancement
Infrastructure