We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd84c9 commit 02ebad5Copy full SHA for 02ebad5
src/ruis/render/opengl/factory.cpp
@@ -57,7 +57,7 @@ utki::shared_ref<ruis::render::texture_2d> factory::create_texture_2d(
57
texture_2d_parameters params
58
)
59
{
60
- return this->create_texture_2d_internal(format, dims, nullptr, std::move(params));
+ return this->create_texture_2d_internal(format, dims, {}, std::move(params));
61
}
62
63
utki::shared_ref<ruis::render::texture_2d> factory::create_texture_2d(
0 commit comments