Advertisement

texture questions

Started by October 06, 2004 01:18 PM
0 comments, last by Myopic Rhino 19 years, 11 months ago
1. What is the maximum texture size that is supported? 2. If it isnt as large as the entire screen and I want to break it up into multiple texture, how many simultaneous textures are supported?
1. 256x256
2. You can have as many texture objects as client memory will allow. This varies, but is generally quite a few.

This topic is closed to new replies.

Advertisement