#ifndef _PC_STYLIZATION_VERTEX_REGION_INDEX_H_ #define _PC_STYLIZATION_VERTEX_REGION_INDEX_H_ #include "VertexCommon_Region.h" int GetRegionIndex(VertexInput input) { return RegionIndex((int)(input.Layer.x)); } #endif