Julian Coy
Julian Coy
Possible upgrade PR77 https://github.com/realitix/vulkan/pull/77
@realitix i have nothing more to add
@realitix I've naively dumped my entire package set to a Conda environment.yml . Importantly, it enforces Python3.9 This works on Windows, NOT TESTED ON LINUX Usage: conda env create -f...
win32 header has been manually removed from Linux headers vulkan wrapper raster pipeline is working on Ubuntu, with my library "vulkanese"  https://github.com/julianfl0w/vulkanese Raytrace pipeline is failing at the final...
using VENV setup on Linux, Conda environment.yml on Windows
RayTrace bug is killing me. Could you kindly review my build procedure diagram? I believe the issue lies therein https://github.com/julianfl0w/vulkan/blob/master/README.md#architecture
solved it. I simply needed to use vkGetInstanceProcAddr function. please try now
@okuma10 have you been able to successfully test my fork on your machine? I am currently dealing with an obscure bug involving vkGetBufferDeviceAddress, a requirement of raytracing
try pip install git+https://github.com/julianfl0w/vulkan
i introduced that bug recently. please try now. i've just tested on linux ive started my own DLL/SO + Header wrapper, because vkGetBufferDeviceAddress is segfaulting and it is difficult to...