hipcreatetextureobject Interface Reference

hipcreatetextureobject Interface Reference#

HIPFORT API Reference: hipfort::hipcreatetextureobject Interface Reference
hipfort::hipcreatetextureobject Interface Reference

Creates a texture object. More...

Public Member Functions

integer(kind(hipsuccess)) function hipcreatetextureobject_ (ptexobject, presdesc, ptexdesc, presviewdesc)
 

Detailed Description

Creates a texture object.

Parameters
[out]pTexObjectpointer to the texture object to create
[in]pResDescpointer to resource descriptor
[in]pTexDescpointer to texture descriptor
[in]pResViewDescpointer to resource view descriptor
Returns
hipSuccess, hipErrorInvalidValue, hipErrorNotSupported, hipErrorOutOfMemory
Note
3D linear filter isn't supported on GFX90A boards, on which the API hipCreateTextureObject will return hipErrorNotSupported.

Member Function/Subroutine Documentation

◆ hipcreatetextureobject_()

integer(kind(hipsuccess)) function hipfort::hipcreatetextureobject::hipcreatetextureobject_ ( type(c_ptr)  ptexobject,
type(hipresourcedesc presdesc,
type(hiptexturedesc ptexdesc,
type(hipresourceviewdesc presviewdesc 
)

The documentation for this interface was generated from the following file: