Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: src/core/SkShadowShader.h

Issue 2198933002: Making a sample for shadow maps for more intensive development (Closed) Base URL: https://skia.googlesource.com/skia@shadow-gm
Patch Set: Removed setDir() and re-added resizing shadow maps Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/SkShadowShader.h
diff --git a/src/core/SkShadowShader.h b/src/core/SkShadowShader.h
index 7cbcbca224ceb82a3b9627b45d626d610cc4a78d..a84ae847d5db08de673cdb01cdf5da4c21337069 100644
--- a/src/core/SkShadowShader.h
+++ b/src/core/SkShadowShader.h
@@ -11,6 +11,8 @@
#ifdef SK_EXPERIMENTAL_SHADOWING
robertphillips 2016/08/03 18:47:48 Can this class scoped ?
vjiaoblack 2016/08/04 13:36:22 Done.
+#define SK_MAX_NON_AMBIENT_LIGHTS 4
+
class SkLights;
class SkShader;

Powered by Google App Engine
This is Rietveld 408576698