Fix perspective correction issue for uv coordinates

This commit is contained in:
2024-07-05 09:06:17 +02:00
parent 3e73672538
commit eb96d7d674
5 changed files with 41 additions and 41 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenVulkano::Scene
void MakePlaceholder(uint32_t width = 128, uint32_t height = 128,
void MakePlaceholder(uint32_t width = 32, uint32_t height = 32,
Math::Vector4uc color1 = {255, 135, 255, 255}, Math::Vector4uc color2 = {255, 225, 255, 255});
};
}