Texture atlas problem

Started by
0 comments, last by Nypyren 16 years, 9 months ago
What I have right now is one large texture atlas file loaded from a bitmap and I want to be able to blit specific portions of that texture to the screen. I can blit the entire texture no problem. I've searched everywhere on how to do this to no avail.
Advertisement
Google search for "DirectX Blt Source Rect" (yes, 'Blt' with no 'i'). Try filling in the source rect with something other than NULL.

This topic is closed to new replies.

Advertisement