pub unsafe extern "C" fn hipGetTextureAlignmentOffset(
offset: *mut usize,
texref: *const textureReference,
) -> hipError_t
Expand description
@brief Get the offset of the alignment in a texture.
@param [in] offset Offset in bytes. @param [in] texref Pointer of texture reference.
@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported
@warning This API is deprecated.