You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found texture sample opeation is no_diff for now, and texture seems not able to store in DiffMaterialData and ParamLayout which means not able to be traversed by python API.
So If I want to optimize texture, how can I do?
Can I allocate a differential buffer which could be refered in python API?
Or is there other way to do this?
The text was updated successfully, but these errors were encountered:
I found texture sample opeation is
no_diff
for now, and texture seems not able to store inDiffMaterialData
andParamLayout
which means not able to be traversed by python API.So If I want to optimize texture, how can I do?
Can I allocate a differential buffer which could be refered in python API?
Or is there other way to do this?
The text was updated successfully, but these errors were encountered: