We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operating System: Windows10 Version / Commit SHA: VDB10.0 CMake Version:3.30 Compiler: msvc 2022
LNK2019 "public: __cdecl nanovdb::GridHandle::GridHandle<class nanovdb::CudaDeviceBuffer,0>(class nanovdb::CudaDeviceBuffer &&)" (??$?0VCudaDeviceBuffer@nanovdb@@$0A@@?$GridHandle@VCudaDeviceBuffer@nanovdb@@@nanovdb@@qeaa@$$QEAVCudaDeviceBuffer@1@@z),function "private: class nanovdb::GridHandle __cdecl nanovdb::CreateNanoGrid<class openvdb::v11_0::Grid<class openvdb::v11_0::tree::Tree<class openvdb::v11_0::tree::RootNode<class openvdb::v11_0::tree::InternalNode<class openvdb::v11_0::tree::InternalNode<class openvdb::v11_0::tree::LeafNode<float,3>,4>,5> > > > >::initHandle<float,class nanovdb::CudaDeviceBuffer>(class nanovdb::CudaDeviceBuffer const &)" (??$initHandle@MVCudaDeviceBuffer@nanovdb@@@?$CreateNanoGrid@V?$Grid@V?$Tree@V?$RootNode@V?$InternalNode@V?$InternalNode@V?$LeafNode@M$02@tree@v11_0@openvdb@@$03@tree@v11_0@openvdb@@$04@tree@v11_0@openvdb@@@tree@v11_0@openvdb@@@tree@v11_0@openvdb@@@v11_0@openvdb@@@nanovdb@@Aeaa?AV?$GridHandle@VCudaDeviceBuffer@nanovdb@@@1@AEBVCudaDeviceBuffer@1@@z)
I used nanovdb and optix, but encountered issues while using CudaDeviceBuffer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Operating System: Windows10
Version / Commit SHA: VDB10.0
CMake Version:3.30
Compiler: msvc 2022
Describe the problem
LNK2019 "public: __cdecl nanovdb::GridHandle::GridHandle<class nanovdb::CudaDeviceBuffer,0>(class nanovdb::CudaDeviceBuffer &&)" (??$?0VCudaDeviceBuffer@nanovdb@@$0A@@?$GridHandle@VCudaDeviceBuffer@nanovdb@@@nanovdb@@qeaa@$$QEAVCudaDeviceBuffer@1@@z),function "private: class nanovdb::GridHandle __cdecl nanovdb::CreateNanoGrid<class openvdb::v11_0::Grid<class openvdb::v11_0::tree::Tree<class openvdb::v11_0::tree::RootNode<class openvdb::v11_0::tree::InternalNode<class openvdb::v11_0::tree::InternalNode<class openvdb::v11_0::tree::LeafNode<float,3>,4>,5> > > > >::initHandle<float,class nanovdb::CudaDeviceBuffer>(class nanovdb::CudaDeviceBuffer const &)" (??$initHandle@MVCudaDeviceBuffer@nanovdb@@@?$CreateNanoGrid@V?$Grid@V?$Tree@V?$RootNode@V?$InternalNode@V?$InternalNode@V?$LeafNode@M$02@tree@v11_0@openvdb@@$03@tree@v11_0@openvdb@@$04@tree@v11_0@openvdb@@@tree@v11_0@openvdb@@@tree@v11_0@openvdb@@@v11_0@openvdb@@@nanovdb@@Aeaa?AV?$GridHandle@VCudaDeviceBuffer@nanovdb@@@1@AEBVCudaDeviceBuffer@1@@z)
I used nanovdb and optix, but encountered issues while using CudaDeviceBuffer
The text was updated successfully, but these errors were encountered: