OK. I have found the solution.
Because I was manipulating the same vertex data each time before drawing to the screen I had to add the line:
sceKernelDcacheWritebackAll();
I added this line after every time I changed something in the vertex object and now everything works as it should.
Search found 8 matches
- Tue Aug 14, 2007 8:17 pm
- Forum: PSP Development
- Topic: drawing multiple objects with the GU with different colours?
- Replies: 4
- Views: 2132
- Sat Aug 11, 2007 12:53 am
- Forum: PSP Development
- Topic: drawing multiple objects with the GU with different colours?
- Replies: 4
- Views: 2132
- Fri Aug 10, 2007 10:55 pm
- Forum: PSP Development
- Topic: drawing multiple objects with the GU with different colours?
- Replies: 4
- Views: 2132
- Fri Aug 10, 2007 5:59 pm
- Forum: PSP Development
- Topic: drawing multiple objects with the GU with different colours?
- Replies: 4
- Views: 2132
drawing multiple objects with the GU with different colours?
Hi all, this may be a simple question but I have been trying ages to get this to work without any success. The closest I get is being able to draw all the objects but they have the same colour but the colour is not correct, it seems to be a mixture of the colours of both objects. What I have is: A l...
- Fri Aug 10, 2007 5:49 pm
- Forum: PSP Development
- Topic: Can't use a function more than once
- Replies: 7
- Views: 2717
- Thu Aug 09, 2007 6:31 pm
- Forum: PSP Development
- Topic: Can't use a function more than once
- Replies: 7
- Views: 2717
Re: Can't use a function more than once
Hi all, I am new to the forum and have just started development for the PSP. I am using devkitpro to develop for the PSP. I have created a function and if I call that function more than once, when trying to compile I get the error: .ent or .aent not in text section .end not in text section operatio...
- Thu Aug 09, 2007 6:30 pm
- Forum: PSP Development
- Topic: Can't use a function more than once
- Replies: 7
- Views: 2717
- Thu Aug 09, 2007 6:21 pm
- Forum: PSP Development
- Topic: Can't use a function more than once
- Replies: 7
- Views: 2717
Can't use a function more than once
Hi all, I am new to the forum and have just started development for the PSP. I am using devkitpro to develop for the PSP. I have created a function and if I call that function more than once, when trying to compile I get the error: .ent or .aent not in text section .end not in text section operation...