hiptexrefsetmipmappedarray Interface Reference#
hipfort::hiptexrefsetmipmappedarray Interface Reference
Binds mipmapped array to a texture reference [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiptexrefsetmipmappedarray_ (texref, mipmappedarray, flags) |
Detailed Description
Binds mipmapped array to a texture reference [Deprecated].
- Parameters
-
[in] texRef Pointer of texture reference to bind. [in] mipmappedArray Pointer of mipmapped array to bind. [in] Flags Flags should be set as HIP_TRSA_OVERRIDE_FORMAT, as a valid value.
- Returns
hipSuccess,hipErrorInvalidValue
- Warning
- This API is deprecated.
Member Function/Subroutine Documentation
◆ hiptexrefsetmipmappedarray_()
| integer(kind(hipsuccess)) function hipfort::hiptexrefsetmipmappedarray::hiptexrefsetmipmappedarray_ | ( | type(texturereference) | texref, |
| type(hipmipmappedarray) | mipmappedarray, | ||
| integer(c_int), value | flags | ||
| ) |
The documentation for this interface was generated from the following file: