renamed to Comparator.h from CompOperator.h

This commit is contained in:
hyzboy 2024-12-05 13:55:56 +08:00
parent a1d8ad52cb
commit dd5a78cbaa
3 changed files with 3 additions and 3 deletions

2
CMCore

@ -1 +1 @@
Subproject commit 6e1f32f38eca4cdc1088e737abf58ffec5e2592b Subproject commit ae1be856b96aa3d26da8937cca416e8fe4360678

@ -1 +1 @@
Subproject commit b1e3ffe312b18ecad36849d9d53288bbb25af8dc Subproject commit 441ca9ce5558d6825c92c7dd1b9f93b80404fb41

View File

@ -6,7 +6,7 @@
#include<hgl/graph/VKInterpolation.h> #include<hgl/graph/VKInterpolation.h>
#include<hgl/graph/VKSamplerType.h> #include<hgl/graph/VKSamplerType.h>
#include<hgl/graph/VKImageType.h> #include<hgl/graph/VKImageType.h>
#include<hgl/CompOperator.h> #include<hgl/Comparator.h>
namespace hgl namespace hgl
{ {