Cycles: Add some TODO comments about derivatives
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user