summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoader_Position.h
blob: 644fee57851fafb5e0172d65406314b9c9d84e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.

#pragma once

#include "Common/CommonTypes.h"

class VertexLoader_Position
{
public:
	// 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);
};