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