hipgraphicssubresourcegetmappedarray Interface Reference#
hipfort::hipgraphicssubresourcegetmappedarray Interface Reference
Get an array through which to access a subresource of a mapped graphics resource. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphicssubresourcegetmappedarray_ (array, resource, arrayindex, miplevel) |
Detailed Description
Get an array through which to access a subresource of a mapped graphics resource.
- Parameters
-
[out] array - Pointer of array through which a subresource of resource may be accessed. [in] resource - Mapped resource to access. [in] arrayIndex - Array index for the subresource to access. [in] mipLevel - Mipmap level for the subresource to access.
- Returns
hipSuccess,hipErrorInvalidValue
- Note
- In this API, the value of arrayIndex higher than zero is currently not supported.
Member Function/Subroutine Documentation
◆ hipgraphicssubresourcegetmappedarray_()
| integer(kind(hipsuccess)) function hipfort::hipgraphicssubresourcegetmappedarray::hipgraphicssubresourcegetmappedarray_ | ( | type(c_ptr) | array, |
| type(c_ptr), value | resource, | ||
| integer(c_int), value | arrayindex, | ||
| integer(c_int), value | miplevel | ||
| ) |
The documentation for this interface was generated from the following file: