gpt4 book ai didi

c++ - 我的绘制方法不起作用

转载 作者:行者123 更新时间:2023-11-28 06:05:32 24 4
gpt4 key购买 nike

虽然加载“图像”没有问题,但我的绘图函数没有绘制任何东西。这可能是什么原因造成的?

void Draw_InGameMenu()
{
Rect6.w = 100;
Rect6.h = 100;
Rect6.x = 100;
Rect6.h = 100;

MenuCaption.x = Rect6.x;
MenuCaption.y = Rect6.y;

SDL_RenderCopy(renderer, Image, NULL, &Rect6);

SDL_RenderCopy(renderer, MenuCaptionTexture, NULL, &MenuCaption);
}

最佳答案

Rect6.y 永远不会得到分配给它的值。这可能是问题的原因。

关于c++ - 我的绘制方法不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32466422/

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