Posts by Category

GPU-Programming

Android GPU Debugging

14 minute read

I am currently working on improving the custom Vulkan renderer that powers PeakVisor’s Android app. It is one of the key features that sets the app apart f...

Back to Top ↑

CPU-Programming

Floating Point Epsilon Calculator

3 minute read

When using floating point variables, there’s always the danger that a certain number cannot be represented exactly. Therefore, oftentimes epsilon values need...

Back to Top ↑

Tools

Floating Point Epsilon Calculator

3 minute read

When using floating point variables, there’s always the danger that a certain number cannot be represented exactly. Therefore, oftentimes epsilon values need...

Back to Top ↑