hiptexobjectcreate Interface Reference#
hipfort::hiptexobjectcreate Interface Reference
Creates a texture object. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiptexobjectcreate_ (ptexobject, presdesc, ptexdesc, presviewdesc) |
Detailed Description
Creates a texture object.
- Parameters
-
[out] pTexObject pointer to 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
Member Function/Subroutine Documentation
◆ hiptexobjectcreate_()
| integer(kind(hipsuccess)) function hipfort::hiptexobjectcreate::hiptexobjectcreate_ | ( | type(c_ptr) | ptexobject, |
| type(hip_resource_desc) | presdesc, | ||
| type(hip_texture_desc) | ptexdesc, | ||
| type(hip_resource_view_desc) | presviewdesc | ||
| ) |
The documentation for this interface was generated from the following file: