WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   FPS drop caused by CreateFrame("PlayerModel") (https://www.wowinterface.com/forums/showthread.php?t=59749)

LudiusMaximus 01-01-24 04:48 PM

FPS drop caused by CreateFrame("PlayerModel")
 
After some thorough testing, we discovered the following:

Whenever the FPS is capped by the CPU (GPU usage < 90%), just having

Lua Code:
  1. local modelFrame = CreateFrame("PlayerModel")

in your addon (no further code required) results in a ~7% FPS drop.

I know this is a real corner case, yet it would be great to get around this.

Anybody any ideas?


All times are GMT -6. The time now is 07:42 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI