hiptexrefsetaddressmode Interface Reference#
hipfort::hiptexrefsetaddressmode Interface Reference
Sets address mode for a texture reference [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiptexrefsetaddressmode_ (texref, dim, am) |
Detailed Description
Sets address mode for a texture reference [Deprecated].
- Parameters
-
[in] texRef texture reference. [in] dim Dimension of the texture. [in] am Value of the texture address mode.
- Returns
hipSuccess,hipErrorInvalidValue
- Warning
- This API is deprecated.
Member Function/Subroutine Documentation
◆ hiptexrefsetaddressmode_()
| integer(kind(hipsuccess)) function hipfort::hiptexrefsetaddressmode::hiptexrefsetaddressmode_ | ( | type(texturereference) | texref, |
| integer(c_int), value | dim, | ||
| integer(kind(hipaddressmodewrap)), value | am | ||
| ) |
The documentation for this interface was generated from the following file: