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] pTexObject pointer to the texture object to create [in] pResDesc pointer to resource descriptor [in] pTexDesc pointer to texture descriptor [in] pResViewDesc pointer to resource view descriptor
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotSupported,hipErrorOutOfMemory
- Note
- 3D linear filter isn't supported on GFX90A boards, on which the API
hipCreateTextureObjectwill 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: