mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Reformat all the things. Have fun with merge conflicts.
This commit is contained in:
@ -9,13 +9,13 @@
|
||||
class VertexLoader_TextCoord
|
||||
{
|
||||
public:
|
||||
// GetSize
|
||||
static unsigned int GetSize(u64 _type, unsigned int _format, unsigned int _elements);
|
||||
// GetSize
|
||||
static unsigned int GetSize(u64 _type, unsigned int _format, unsigned int _elements);
|
||||
|
||||
// GetFunction
|
||||
static TPipelineFunction GetFunction(u64 _type, unsigned int _format, unsigned int _elements);
|
||||
// GetFunction
|
||||
static TPipelineFunction GetFunction(u64 _type, unsigned int _format, unsigned int _elements);
|
||||
|
||||
// GetDummyFunction
|
||||
// It is important to synchronize tcIndex.
|
||||
static TPipelineFunction GetDummyFunction();
|
||||
// GetDummyFunction
|
||||
// It is important to synchronize tcIndex.
|
||||
static TPipelineFunction GetDummyFunction();
|
||||
};
|
||||
|
Reference in New Issue
Block a user