godot/thirdparty/cvtt/ConvectionKernels_UnfinishedEndpoints.h

#pragma once

#include "ConvectionKernels_Util.h"

namespace cvtt
{
    namespace Internal
    {
        template<int TVectorSize>
        class UnfinishedEndpoints
        {};
    }
}