hiptexrefsetaddress Interface Reference#
hipfort::hiptexrefsetaddress Interface Reference
Sets an bound address for a texture reference [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiptexrefsetaddress_ (byteoffset, texref, dptr, bytes) |
Detailed Description
Sets an bound address for a texture reference [Deprecated].
- Parameters
-
[out] ByteOffset Pointer of the offset in bytes. [in] texRef Pointer of texture reference. [in] dptr Pointer of device address to bind. [in] bytes Size in bytes.
- Returns
hipSuccess,hipErrorInvalidValue
- Warning
- This API is deprecated.
Member Function/Subroutine Documentation
◆ hiptexrefsetaddress_()
| integer(kind(hipsuccess)) function hipfort::hiptexrefsetaddress::hiptexrefsetaddress_ | ( | integer(c_size_t) | byteoffset, |
| type(texturereference) | texref, | ||
| type(c_ptr), value | dptr, | ||
| integer(c_size_t), value | bytes | ||
| ) |
The documentation for this interface was generated from the following file: