Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/app/opengl/shader.cpp
| /* SPDX-License-Identifier: Apache-2.0 | /* SPDX-License-Identifier: Apache-2.0 | ||||
| * Copyright 2011-2022 Blender Foundation */ | * Copyright 2011-2022 Blender Foundation */ | ||||
| #include "app/opengl/shader.h" | #include "app/opengl/shader.h" | ||||
| #include "util/log.h" | #include "util/log.h" | ||||
| #include "util/string.h" | #include "util/string.h" | ||||
| #include <GL/glew.h> | #include <epoxy/gl.h> | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| /* -------------------------------------------------------------------- | /* -------------------------------------------------------------------- | ||||
| * OpenGLShader. | * OpenGLShader. | ||||
| */ | */ | ||||
| static const char *VERTEX_SHADER = | static const char *VERTEX_SHADER = | ||||
| ▲ Show 20 Lines • Show All 180 Lines • Show Last 20 Lines | |||||