mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
swrasterizer/proctex: Make CombineAndMap() internally linked
This isn't used outside of this source file, so it can be marked internally linked.
This commit is contained in:
parent
397bd1bb73
commit
82b55b763c
@ -112,8 +112,8 @@ static void ClampCoord(float& coord, ProcTexClamp mode) {
|
||||
}
|
||||
}
|
||||
|
||||
float CombineAndMap(float u, float v, ProcTexCombiner combiner,
|
||||
const std::array<State::ProcTex::ValueEntry, 128>& map_table) {
|
||||
static float CombineAndMap(float u, float v, ProcTexCombiner combiner,
|
||||
const std::array<State::ProcTex::ValueEntry, 128>& map_table) {
|
||||
float f;
|
||||
switch (combiner) {
|
||||
case ProcTexCombiner::U:
|
||||
|
Loading…
Reference in New Issue
Block a user