Searched refs:vertexInputDeclarationPath (Results 1 – 2 of 2) sorted by relevance
102 if (!desc.vertexInputDeclarationPath.empty()) { in Load()103 auto const vidsPath = fileManager_.OpenDirectory(desc.vertexInputDeclarationPath); in Load()105 LoadVids(desc.vertexInputDeclarationPath, *vidsPath); in Load()107 …GIN_LOG_W("vertex input declaration path (%s) not found.", desc.vertexInputDeclarationPath.data()); in Load()
187 BASE_NS::string_view vertexInputDeclarationPath; in RENDER_BEGIN_NAMESPACE() member