Devsh-Graphics-Programming / Nabla

Vulkan, OptiX and CUDA Interoperation Modular Rendering Library and Framework for PC/Linux/Android
http://devsh.eu
Apache License 2.0
497 stars 59 forks source link

Adds new DoubleBdaAccessor #732

Closed Fletterio closed 3 months ago

Fletterio commented 3 months ago

Description

Adds a BdaAccessor variant that reads from a ptr and writes to another ptr. Also templates BdaAccessor's atomics so SFINAE resolution doesn't impede instancing for non-integral accessors

Testing

Worked fine replacing the DoublePtr in example 10

TODO list:

Nothing