MCPcopy 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

getSortedIndicesMethod · 0.80
initGridMethod · 0.80
initCubeRandomMethod · 0.80
addSphereMethod · 0.80
discEmitterMethod · 0.80
sphereEmitterMethod · 0.80
dumpParticlesMethod · 0.80
dumpBinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected