Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/graph/node_type.h
| Show All 11 Lines | |||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #include "graph/node_enum.h" | #include "graph/node_enum.h" | ||||
| #include "util/util_array.h" | #include "util/array.h" | ||||
| #include "util/util_map.h" | #include "util/map.h" | ||||
| #include "util/util_param.h" | #include "util/param.h" | ||||
| #include "util/util_string.h" | #include "util/string.h" | ||||
| #include "util/util_vector.h" | #include "util/vector.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| struct Node; | struct Node; | ||||
| struct NodeType; | struct NodeType; | ||||
| typedef uint64_t SocketModifiedFlags; | typedef uint64_t SocketModifiedFlags; | ||||
| ▲ Show 20 Lines • Show All 375 Lines • Show Last 20 Lines | |||||