Browse By Tags

  • Analyzing optimized SPIR-V binaries using Mali Offline Compiler

    I have a question regarding performance analysis of precompiled & optimized SPIR-V binaries using Mali Offline Compiler. 

    From the documentation, it seems that it should be possible to provide SPIR-V binary file format as input to malioc tool for performance…

  • Vulkan Best Practices for Mobile Developers

    Vulkan is a powerful graphics API which allows for complete control of your application, enhancing the visual fidelity and performance. However, the API can be quite complex for developers as there are many ways of doing the same thing. It can be difficult…