I am loading texture mipmaps straight from a file into memory. If I had a pointer for the memory position of the opened stream, I could even read the textures straight into OpenGL.
What is the fastest way to read a stream into a bank, or get a pointer for data in an open stream?
What is the fastest way to read a stream into a bank, or get a pointer for data in an open stream?