hiptexrefsetaddress2d Interface Reference#
hipfort::hiptexrefsetaddress2d Interface Reference
Set a bind an address as a 2D texture reference [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiptexrefsetaddress2d_ (texref, desc, dptr, pitch) |
Detailed Description
Set a bind an address as a 2D texture reference [Deprecated].
- Parameters
-
[in] texRef Pointer of texture reference. [in] desc Pointer of array descriptor. [in] dptr Pointer of device address to bind. [in] Pitch Pitch in bytes.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotSupported
- Warning
- This API is deprecated.
Member Function/Subroutine Documentation
◆ hiptexrefsetaddress2d_()
| integer(kind(hipsuccess)) function hipfort::hiptexrefsetaddress2d::hiptexrefsetaddress2d_ | ( | type(texturereference) | texref, |
| type(hip_array_descriptor) | desc, | ||
| type(c_ptr), value | dptr, | ||
| integer(c_size_t), value | pitch | ||
| ) |
The documentation for this interface was generated from the following file: