hipbindtexture2d Interface Reference

hipbindtexture2d Interface Reference#

HIPFORT API Reference: hipfort::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]offsetOffset in bytes.
[in]texTexture to bind.
[in]devPtrPointer of 2D memory area on the device.
[in]descPointer of channel format descriptor.
[in]widthWidth in texel units.
[in]heightHeight in texel units.
[in]pitchPitch 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: