Cycles: Add some TODO comments about derivatives

This commit is contained in:
Sergey Sharybin
2015-10-05 12:54:05 +05:00
parent a771e27b84
commit 518d68fae0

View File

@@ -117,6 +117,7 @@ public:
float * /*dresultds*/, float * /*dresultds*/,
float * /*dresultdt*/) float * /*dresultdt*/)
{ {
/* TODO(sergey): Support derivatives. */
return texture(filename, return texture(filename,
options, options,
sg, sg,
@@ -141,6 +142,7 @@ public:
float * /*dresultdt*/, float * /*dresultdt*/,
float * /*dresultdr*/) float * /*dresultdr*/)
{ {
/* TODO(sergey): Support derivatives. */
return texture3d(filename, return texture3d(filename,
options, options,
sg, sg,