ORO_TEXTURE_DESC.normalizedCoords doesn't exist even though this normalizedCoords attribute is present on both NVIDIA and AMD (cudaTextureDesc and hipTextureDesc respectively).
Why?
If I wanted to contribute and add the support for it, how would I do that? Is there any "contribution documentation" available besides the short paragraph at the end of the README?
ORO_TEXTURE_DESC.normalizedCoords
doesn't exist even though thisnormalizedCoords
attribute is present on both NVIDIA and AMD (cudaTextureDesc
andhipTextureDesc
respectively).Why?
If I wanted to contribute and add the support for it, how would I do that? Is there any "contribution documentation" available besides the short paragraph at the end of the README?