- fix enough bugs to finally get some visuals
This commit is contained in:
parent
e1d1358249
commit
fe67a2c24f
13 changed files with 93 additions and 19 deletions
|
|
@ -60,8 +60,8 @@ VulkanDescriptorSet *VkHardwareTexture::GetDescriptorSet(const FMaterialState &s
|
|||
{
|
||||
0xff0000ff, 0xff0000ff, 0xffff00ff, 0xffff00ff,
|
||||
0xff0000ff, 0xff0000ff, 0xffff00ff, 0xffff00ff,
|
||||
0xff0000ff, 0x00ffffff, 0x0000ffff, 0x0000ffff,
|
||||
0xff0000ff, 0x00ffffff, 0x0000ffff, 0x0000ffff,
|
||||
0xff00ff00, 0xff00ff00, 0x0000ffff, 0xff00ffff,
|
||||
0xff00ff00, 0xff00ff00, 0x0000ffff, 0xff00ffff,
|
||||
};
|
||||
CreateTexture(4, 4, 4, VK_FORMAT_R8G8B8A8_UNORM, testpixels);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue