gpt4 book ai didi

iphone - GLSL pow 函数?

转载 作者:行者123 更新时间:2023-12-03 18:31:13 24 4
gpt4 key购买 nike

我有这个:

    float xExponential = pow(xPingPong, 5);

并且不起作用,声称:

ERROR: 0:53: No matching overload for call to function 'pow'

我做错了什么吗?使用 OpenGL ES 2.0 进行 iOS 开发。

最佳答案

你能试试这个吗?

float xExponential = pow(xPingPong, 5.0);

关于iphone - GLSL pow 函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10471548/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com