hipbindtexturetoarray Interface Reference#
hipfort::hipbindtexturetoarray Interface Reference
Binds a memory area to a texture [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipbindtexturetoarray_ (tex, array, desc) |
Detailed Description
Binds a memory area to a texture [Deprecated].
- Parameters
-
[in] tex Pointer of texture reference. [in] array Array to bind. [in] desc Pointer of channel format descriptor.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotSupported
- Warning
- This API is deprecated.
Member Function/Subroutine Documentation
◆ hipbindtexturetoarray_()
| integer(kind(hipsuccess)) function hipfort::hipbindtexturetoarray::hipbindtexturetoarray_ | ( | type(texturereference) | tex, |
| type(c_ptr), value | array, | ||
| type(hipchannelformatdesc) | desc | ||
| ) |
The documentation for this interface was generated from the following file: