Add samplerconfig

This commit is contained in:
Georg Hagen
2024-07-28 17:42:05 +02:00
parent d5952d1f87
commit 2ed7f7689e
6 changed files with 111 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
namespace OpenVulkano::Scene
{
Texture Texture::PLACEHOLDER = Texture(true);
Texture Texture::PLACEHOLDER = Texture(SamplerConfig::DEFAULT, true);
void Texture::MakePlaceholder(uint32_t width, uint32_t height, Math::Vector4uc color1, Math::Vector4uc color2)
{