Haven't you missed the pointer in this call ?
glTexCoordPointer( 2, GL_FLOAT, sizeof(SMapVertex), &layer.pVertices->tex.x );
Try this...
Search found 5 matches
- Tue Nov 15, 2005 2:47 am
- Forum: PSP Development
- Topic: SVN PSPGL updated
- Replies: 18
- Views: 7770
- Tue Nov 15, 2005 2:40 am
- Forum: PSP Development
- Topic: [help!] main argv[0] doesn't include the % in path of eboot?
- Replies: 3
- Views: 1643
Ok for that, I was aware of this yet, but...
The thing I would like to have is the correct path to the right folder in my code cause when system execute the eboot.pbp, is it looking for the faked folder ? Normally, that's the faked eboot that launch our app or not ?... I would like to pass correct path to my app to the sceKernelLoadExec (witho...
- Tue Nov 15, 2005 1:40 am
- Forum: PSP Development
- Topic: [help!] main argv[0] doesn't include the % in path of eboot?
- Replies: 3
- Views: 1643
[help!] main argv[0] doesn't include the % in path of eboot?
The main proc doesn't return the '%' contained in the argv[0] folder path to the eboot.pbp in case we use the hide corrupted icons exploit ! Is there a way to get the correct folder path ?
- Sun Oct 30, 2005 6:51 am
- Forum: PSP Development
- Topic: Where to get UMD Emulator source code ?
- Replies: 1
- Views: 1239
Where to get UMD Emulator source code ?
Anyone has infos on Humma and friends ? Is there any sources on the web to deal with ?
- Tue Oct 11, 2005 6:02 am
- Forum: PSP Development
- Topic: Fast keyboard method, version 1.1
- Replies: 34
- Views: 19041
Character sets with psp ?
How to display accents within the code ? I'am trying to use the original PSP functions to find out how to use builtin functions to display messageboxes and use the psp keyboard manager... I can display msgboxes but it cannot display local characters like french accents for example...