View Full Version : what's a texture indirection?
jcabeleira
02-04-2004, 06:12 AM
i'm new in vertex/fragment programming and i've heard some concepts that i don't understand but i wish to, so could anyone, please, explain-me what texture indirections and dependent-reads are?
AdrianD
02-04-2004, 06:32 AM
that's how i understand this:
dependent-reads:
1. read texture A
2. use values from A to lookup into texture B
texture indirections:
1. read the vertex mapping into register A
2. access texture using register A instead of using the vertex mapping directly.
btw. this only applies to fp's.(vp's don't support texture accesses)
jcabeleira
02-04-2004, 07:10 AM
thanks
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.