hipmodulegettexref Interface Reference#
hipfort::hipmodulegettexref Interface Reference
returns the handle of the texture reference with the name from the module. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmodulegettexref_ (texref, hmod, name) |
Detailed Description
returns the handle of the texture reference with the name from the module.
- Parameters
-
[in] hmod Module [in] name Pointer of name of texture reference [out] texRef Pointer of texture reference
- Returns
hipSuccess,hipErrorNotInitialized,hipErrorNotFound,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmodulegettexref_()
| integer(kind(hipsuccess)) function hipfort::hipmodulegettexref::hipmodulegettexref_ | ( | type(c_ptr) | texref, |
| type(c_ptr), value | hmod, | ||
| type(c_ptr), value | name | ||
| ) |
The documentation for this interface was generated from the following file: