wbk

Results 7 comments of wbk

Ah. It would be really nice to have it soon as we have struggled for months to get a working reliable combination of a recent VS2017 with fixes we needed,...

Thank you so much Miles

Also interested in this, especially if Cuda graph stuff is supported in conjunction with being able to do things like via a graph queue transfers between Cuda kernels/buffer-transfers and Flex.

Oh hang on I see: NvFlexUnregisterOGLBuffer() & NvFlexRegisterD3DBuffer() but no NvFlexRegisterCudaBuffer(). Does that mean I can just cast a cuda memory pointer to a (NvFlexBuffer*) ?

If I can cast Cuda buffers to NvFlexBuffer what does that mean regards syncing with Cuda kernels that interop with those buffers? As I see NvFlexMap() explicitly says: '@param[in] buffer...

And.. what also makes me dubious whether that kind of cast would work is NvFlexGetParticles() seems like it can somehow determine between a host and device pointer, which implies that...

@mbechard I think you can only create a buffer in OpenGL to use in Flex and share that across to Vulkan using extensions.