Rebzzel / kiero

Universal graphical hook for a D3D9-D3D12, OpenGL and Vulkan based games.
MIT License
1.03k stars 219 forks source link

I want to replace each texture in the scene by a blank texture (or change the LOD) #5

Closed tlegoc closed 4 years ago

tlegoc commented 5 years ago

Everything is in the title. I want to do something like a Foreach() in c# (maybe there is a better alternative).

Thanks !!

tlegoc commented 5 years ago

BTW I dont know how to setup dx10, 11, 12, Opengl and vulkan

Rebzzel commented 5 years ago

Hello, @edoriontlg!

If you need d3d9 look towards the IDirect3DDevice9::SetTexture function. The rest will help you Google.

Have a nice day!