Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/constant_fold.h
| Show All 12 Lines | |||||
| * 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. | ||||
| */ | */ | ||||
| #ifndef __CONSTANT_FOLD_H__ | #ifndef __CONSTANT_FOLD_H__ | ||||
| #define __CONSTANT_FOLD_H__ | #define __CONSTANT_FOLD_H__ | ||||
| #include "util_types.h" | #include "util_types.h" | ||||
| #include "util_vector.h" | |||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| class ShaderGraph; | class ShaderGraph; | ||||
| class ShaderInput; | class ShaderInput; | ||||
| class ShaderNode; | class ShaderNode; | ||||
| class ShaderOutput; | class ShaderOutput; | ||||
| Show All 31 Lines | |||||