olegul
Results
2
issues of
olegul
This patch ties in with an OIIO patch: [Add get_texture_info_type to query TypeDesc..](https://github.com/OpenImageIO/oiio/pull/3207). It extends the gettextureinfo call with an extra int output parameter, output int param_array_len; ```c++ int gettextureinfo(string...
This patch is originally written for a pretty specific use-case outlined below, but hopefully it's generic enough to be useful. It is sort-of a follow up to the maketx-patch that...