[F] In that place fixed typo in list.
parent
9d40f36f87
commit
9e0f594aa3
|
@ -155,8 +155,8 @@ struct aiTexture
|
||||||
* absent color channel and just use 0 for bitness. For example:
|
* absent color channel and just use 0 for bitness. For example:
|
||||||
* 1. Image contain RGBA and 8 bit per channel, achFormatHint == "rgba8888";
|
* 1. Image contain RGBA and 8 bit per channel, achFormatHint == "rgba8888";
|
||||||
* 2. Image contain ARGB and 8 bit per channel, achFormatHint == "argb8888";
|
* 2. Image contain ARGB and 8 bit per channel, achFormatHint == "argb8888";
|
||||||
* 2. Image contain RGB and 5 bit for R and B channels and 6 bit for G channel, achFormatHint == "rgba5650";
|
* 3. Image contain RGB and 5 bit for R and B channels and 6 bit for G channel, achFormatHint == "rgba5650";
|
||||||
* 3. One color image with B channel and 1 bit for it, achFormatHint == "rgba0010";
|
* 4. One color image with B channel and 1 bit for it, achFormatHint == "rgba0010";
|
||||||
* If mHeight == 0 then achFormatHint is set set to '\\0\\0\\0\\0' if the loader has no additional
|
* If mHeight == 0 then achFormatHint is set set to '\\0\\0\\0\\0' if the loader has no additional
|
||||||
* information about the texture file format used OR the
|
* information about the texture file format used OR the
|
||||||
* file extension of the format without a trailing dot. If there
|
* file extension of the format without a trailing dot. If there
|
||||||
|
|
Loading…
Reference in New Issue