hipbindtexture Interface Reference

hipbindtexture Interface Reference#

HIPFORT API Reference: hipfort::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]offsetOffset in bytes.
[in]texTexture to bind.
[in]devPtrPointer of memory on the device.
[in]descPointer of channel format descriptor.
[in]sizeSize 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: