vulkan: missing BeginFrame call
This commit is contained in:
parent
9acbfae25d
commit
a331c7bd84
|
@ -58,6 +58,7 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
texCommandPool.BeginFrame();
|
||||
vjoyTexture = std::unique_ptr<Texture>(new Texture());
|
||||
vjoyTexture->tex_type = TextureType::_8888;
|
||||
vjoyTexture->tcw.full = 0;
|
||||
|
|
|
@ -67,6 +67,7 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
texCommandPool.BeginFrame();
|
||||
vjoyTexture = std::unique_ptr<Texture>(new Texture());
|
||||
vjoyTexture->tex_type = TextureType::_8888;
|
||||
vjoyTexture->tcw.full = 0;
|
||||
|
|
Loading…
Reference in New Issue