Gilmer Posted April 22, 2010 Share Posted April 22, 2010 Hello all.. There is some way, that i'm changing the dimension of buffer? For example, i want get the buffer renderized, and send to a texture. But the buffer, have a resolution of the 800x600, and the texture, 256x256. How i can resize, and assign to the texture?? Thanks Quote Link to comment Share on other sites More sharing options...
Masterxilo Posted April 22, 2010 Share Posted April 22, 2010 You can render the buffer as an image to a buffer with any size. Make your 256 texture a buffer, make it the current render target and draw the bigger buffer as a stretched image/texture. Quote Hurricane-Eye Entertainment - Site, blog. Link to comment Share on other sites More sharing options...
Gilmer Posted April 23, 2010 Author Share Posted April 23, 2010 ok, thanks Masterxilo.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.