Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

ElfQT

Member Since 11 Sep 2012
Offline Last Active Sep 28 2012 09:43 AM
-----

Topics I've Started

Handling DirectX 9 texture

11 September 2012 - 07:52 AM

I would like some sample code which demonstrates how can I modify
a DirectX 9 texture. I have a texture, like a billboard, and I would
like to draw on that.

I already looked on google, on different gamedev sites etc. haven't
found a working solution.

As a texture quad, here's a sample:
http://www.drunkenhy...er=2;article=30

If I try to modify the loaded texture, whatever I try
(UpdateTexture, UpdateSurface, different D3DUSAGE, D3DPOOL,
etc.), it crashes (with the much telling D3DERR_INVALIDCALL
error).

I need explicitly DirectX 9 (not openGL), and possible without
the usage if D3DX (like D3DX sprites).

Thanks,
ElfQT

PARTNERS