GPUOpen-LibrariesAndSDKs / Orochi

MIT License
204 stars 32 forks source link

Textures Support? #77

Closed TomClabault closed 7 months ago

TomClabault commented 9 months ago

I'm writing an application with HIPRT and Orochi. I'd like to use 2D textures but It seems like the function declarations are commented out.

Are textures not implemented in Orochi yet? Is the only alternative to use HIP?

RichardGe commented 9 months ago

Hi, 2D Texture support is currently work in progress. We don't have precise ETA, but should be there soon.

TomClabault commented 9 months ago

Is the graphicsMapResources() function family support also planned?

RichardGe commented 7 months ago

@TomClabault , check the 2.0 release. It has texture management. graphicsMapResources also. I added a added a demo here: https://github.com/GPUOpen-LibrariesAndSDKs/Orochi/tree/main/Test/Texture