Questions about .txp file

hi, guys

first of all, i m new in OpenGL

so i would like to get some advices for you guys

at the OpenGL, is there way to load .txp file without using library?

or OpenGL has the function to load .txp file?

thanks in advance

OpenGL does not load anything. Its a protocol for communicating with the graphics card. If you want to load files you have to do that on client side and then convert them into data that your graphics card can use.