hiptexrefsetmipmaplevelclamp Interface Reference#
hipfort::hiptexrefsetmipmaplevelclamp Interface Reference
Sets mipmap level clamp for a texture reference [Deprecated]. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hiptexrefsetmipmaplevelclamp_ (texref, minmipmaplevelclamp, maxmipmaplevelclamp) |
Detailed Description
Sets mipmap level clamp for a texture reference [Deprecated].
- Parameters
-
[in] texRef Pointer of texture reference. [in] minMipMapLevelClamp Value of minimum mipmap level clamp. [in] maxMipMapLevelClamp Value of maximum mipmap level clamp.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotSupported
- Warning
- This API is deprecated.
Member Function/Subroutine Documentation
◆ hiptexrefsetmipmaplevelclamp_()
| integer(kind(hipsuccess)) function hipfort::hiptexrefsetmipmaplevelclamp::hiptexrefsetmipmaplevelclamp_ | ( | type(texturereference) | texref, |
| real(c_float), value | minmipmaplevelclamp, | ||
| real(c_float), value | maxmipmaplevelclamp | ||
| ) |
The documentation for this interface was generated from the following file: