hiptexrefsetarray Interface Reference#
hipfort::hiptexrefsetarray Interface Reference
Binds an array as a texture reference [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiptexrefsetarray_ (tex, array, flags) |
Detailed Description
Binds an array as a texture reference [Deprecated].
- Parameters
-
[in] tex Pointer texture reference. [in] array Array to bind. [in] flags Flags should be set as HIP_TRSA_OVERRIDE_FORMAT, as a valid value.
- Returns
hipSuccess,hipErrorInvalidValue
- Warning
- This API is deprecated.
Member Function/Subroutine Documentation
◆ hiptexrefsetarray_()
| integer(kind(hipsuccess)) function hipfort::hiptexrefsetarray::hiptexrefsetarray_ | ( | type(texturereference) | tex, |
| type(c_ptr), value | array, | ||
| integer(c_int), value | flags | ||
| ) |
The documentation for this interface was generated from the following file: