- Edited
@Dschoonmaker said: BPC is the amout of different colors a texture will store per channel, correct? And is that what the 8 is in "RGB8"?
Yes
Also, how do I add code? I tried with that function, but it only recognized the last line.
there's two ways to format code the inline method
uses the ` sign(grave accent) to encapsulate, which is what you used. And the block of code can either be done by using multiple layers of that encapsulation, three to be exact or to indent all of the code one more time.
You can do the latter either once in your IDE before copying then undoing the indentation in there after pasting here. Or you can just paste your code block here and select it to highlight it then go to the formatting menu(the paragraph icon) and pick code from there.