Package | Description |
---|---|
jcuda.runtime |
Modifier and Type | Method and Description |
---|---|
static int |
JCuda.cudaBindTexture(long[] offset,
textureReference texref,
Pointer devPtr,
cudaChannelFormatDesc desc,
long size)
[C++ API] Binds a memory area to a texture
|
static int |
JCuda.cudaBindTexture2D(long[] offset,
textureReference texref,
Pointer devPtr,
cudaChannelFormatDesc desc,
long width,
long height,
long pitch)
[C++ API] Binds a 2D memory area to a texture
|
static int |
JCuda.cudaBindTextureToArray(textureReference texref,
cudaArray array,
cudaChannelFormatDesc desc)
[C++ API] Binds an array to a texture
|
static int |
JCuda.cudaBindTextureToMipmappedArray(textureReference texref,
cudaMipmappedArray mipmappedArray,
cudaChannelFormatDesc desc)
[C++ API] Binds a mipmapped array to a texture
|
static int |
JCuda.cudaGetTextureAlignmentOffset(long[] offset,
textureReference texref)
[C++ API] Get the alignment offset of a texture
|
static int |
JCuda.cudaGetTextureReference(textureReference texref,
String symbol)
Get the texture reference associated with a symbol.
|
static int |
JCuda.cudaUnbindTexture(textureReference texref)
[C++ API] Unbinds a texture
|
Copyright © 2014. All Rights Reserved.