mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
BFRES : Add Format_16_16_UNorm for tex coords
This commit is contained in:
parent
d4bb2233a4
commit
aaccb11981
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ namespace FirstPlugin
|
|||
comboBoxFormatUvs.Items.Add(AttribFormat.Format_32_32_Single);
|
||||
comboBoxFormatUvs.Items.Add(AttribFormat.Format_16_16_Single);
|
||||
comboBoxFormatUvs.Items.Add(AttribFormat.Format_16_16_SNorm);
|
||||
comboBoxFormatUvs.Items.Add(AttribFormat.Format_16_16_UNorm);
|
||||
comboBoxFormatUvs.Items.Add(AttribFormat.Format_8_8_SNorm);
|
||||
comboBoxFormatUvs.Items.Add(AttribFormat.Format_8_8_UNorm);
|
||||
comboBoxFormatUvs.SelectedIndex = 1;
|
||||
|
|
Loading…
Reference in a new issue