GPUOpen-LibrariesAndSDKs / Orochi

MIT License
196 stars 30 forks source link

ORO_TEXTURE_DESC.normalizedCoords not available? #95

Open TomClabault opened 4 months ago

TomClabault commented 4 months ago

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?