mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
Reformat all the things. Have fun with merge conflicts.
This commit is contained in:
parent
2115e8a4a6
commit
3570c7f03a
1116 changed files with 187405 additions and 180344 deletions
|
@ -8,15 +8,15 @@
|
|||
|
||||
namespace TextureSampler
|
||||
{
|
||||
void Sample(s32 s, s32 t, s32 lod, bool linear, u8 texmap, u8 *sample);
|
||||
void Sample(s32 s, s32 t, s32 lod, bool linear, u8 texmap, u8* sample);
|
||||
|
||||
void SampleMip(s32 s, s32 t, s32 mip, bool linear, u8 texmap, u8 *sample);
|
||||
void SampleMip(s32 s, s32 t, s32 mip, bool linear, u8 texmap, u8* sample);
|
||||
|
||||
enum
|
||||
{
|
||||
RED_SMP,
|
||||
GRN_SMP,
|
||||
BLU_SMP,
|
||||
ALP_SMP
|
||||
};
|
||||
enum
|
||||
{
|
||||
RED_SMP,
|
||||
GRN_SMP,
|
||||
BLU_SMP,
|
||||
ALP_SMP
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue