Remove handling for GL_CUBIC_EXT

This commit is contained in:
2024-01-23 12:04:21 -05:00
parent 22bb451c3e
commit 204b894c56

View File

@@ -348,8 +348,6 @@ namespace fgl::engine
[[fallthrough]];
case GL_LINEAR_MIPMAP_LINEAR:
return vk::Filter::eLinear;
case GL_CUBIC_EXT:
return vk::Filter::eCubicEXT;
}
};