hipbindtexture Interface Reference#
hipfort::hipbindtexture Interface Reference
Binds a memory area to a texture [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipbindtexture_ (offset, tex, devptr, desc, mysize) |
Detailed Description
Binds a memory area to a texture [Deprecated].
- Parameters
-
[in] offset Offset in bytes. [in] tex Texture to bind. [in] devPtr Pointer of memory on the device. [in] desc Pointer of channel format descriptor. [in] size Size of memory in bites.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotSupported
- Warning
- This API is deprecated.
Member Function/Subroutine Documentation
◆ hipbindtexture_()
| integer(kind(hipsuccess)) function hipfort::hipbindtexture::hipbindtexture_ | ( | integer(c_size_t) | offset, |
| type(texturereference) | tex, | ||
| type(c_ptr), value | devptr, | ||
| type(hipchannelformatdesc) | desc, | ||
| integer(c_size_t), value | mysize | ||
| ) |
The documentation for this interface was generated from the following file: