hipgraphicsunmapresources Interface Reference#
hipfort::hipgraphicsunmapresources Interface Reference
Unmaps graphics resources. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphicsunmapresources_ (count, resources, stream) |
Detailed Description
Unmaps graphics resources.
- Parameters
-
[in] count - Number of resources to unmap. [in] resources - Pointer of resources to unmap. [in] stream - Stream for synchronization.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorUnknown,hipErrorContextIsDestroyed
Member Function/Subroutine Documentation
◆ hipgraphicsunmapresources_()
| integer(kind(hipsuccess)) function hipfort::hipgraphicsunmapresources::hipgraphicsunmapresources_ | ( | integer(c_int), value | count, |
| type(c_ptr) | resources, | ||
| type(c_ptr), value | stream | ||
| ) |
The documentation for this interface was generated from the following file: