Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonnyg committed Jan 21, 2025
1 parent 92aa76e commit 856f66a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ namespace dmRive
dmGraphics::TextureParams tp = {};
tp.m_Width = width;
tp.m_Height = height;
tp.m_Format = dmGraphics::TEXTURE_FORMAT_BGRA8U;
//tp.m_Format = dmGraphics::TEXTURE_FORMAT_BGRA8U;
tp.m_Format = dmGraphics::TEXTURE_FORMAT_RGBA;

dmGraphics::SetTexture(m_BackingTexture, tp);

Expand Down

0 comments on commit 856f66a

Please sign in to comment.