godot/thirdparty/cvtt/ConvectionKernels_IndexSelector.h

#pragma once
#ifndef __CVTT_INDEXSELECTOR_H__
#define __CVTT_INDEXSELECTOR_H__

#include "ConvectionKernels_ParallelMath.h"

namespace cvtt
{
    namespace Internal
    {
        extern const ParallelMath::UInt16 g_weightReciprocals[17];

        template<int TVectorSize>
        class IndexSelector
        {};
    }
}

#endif