| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuModuleGetSurfRef(CUsurfref_st pSurfRef,
CUmod_st hmod,
BytePointer name)
\brief Returns a handle to a surface reference
Returns in \p *pSurfRef the handle of the surface reference of name \p name
in the module \p hmod.
|
static int |
cudart.cuModuleGetSurfRef(CUsurfref_st pSurfRef,
CUmod_st hmod,
String name) |
static int |
cudart.cuSurfRefGetArray(CUarray_st phArray,
CUsurfref_st hSurfRef)
\brief Passes back the CUDA array bound to a surface reference.
|
static int |
cudart.cuSurfRefSetArray(CUsurfref_st hSurfRef,
CUarray_st hArray,
int Flags)
\brief Sets the CUDA array for a surface reference.
|
Copyright © 2019. All rights reserved.