Peter Jakobs

Results 5 issues of Peter Jakobs

I tried to add the Vulkan .framework file from https://vulkan.lunarg.com/sdk/home to a fips project. I just put the file in the fips project root and tried to use it with...

Xcode complains thats there is a missing import, it needs a private header. After adding ```objective-c #import "RCTBridge+Private.h" ``` to VkontakteSharing.m this problems disappears.

Interesting project, Is there actually a performance gain or does that get lost because of the overhead of sending all the commands over to the ui thread? Some performance numbers...

Would be interesting to see the the performance gains, and its probably the perfect target for asm.js

After I updated to the latest version of MVK I git the following error: [mvk-error] SPIR-V to MSL conversion error: Argument buffer resource base type could not be determined. When...

Completed
SPIRV-Cross