Add samplerconfig
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user