JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
SEARCH
Uses of Class
com.ibm.cuda.CudaTexture
Packages that use
CudaTexture
Package
Description
com.ibm.cuda
This package enables access to CUDA-capable devices from Java.
Uses of
CudaTexture
in
com.ibm.cuda
Methods in
com.ibm.cuda
that return
CudaTexture
Modifier and Type
Method
Description
CudaTexture
CudaModule.
getTexture
(
String
name)
Returns the texture of the specified name from this module.