Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-samples
/ getHostPtr
Method
getHostPtr
cpp/5_Domain_Specific/smokeParticles/GpuArray.h:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
GLuint getWriteVbo() { return m_vbo[m_currentWrite]; }
70
71
T *getHostPtr() { return m_hptr; }
72
73
size_t getSize() const { return m_size; }
74
Callers
8
getSortedIndices
Method · 0.80
initGrid
Method · 0.80
initCubeRandom
Method · 0.80
addSphere
Method · 0.80
discEmitter
Method · 0.80
sphereEmitter
Method · 0.80
dumpParticles
Method · 0.80
dumpBin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected