mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
typos
This commit is contained in:
parent
fc23243d01
commit
04ad49de4d
48 changed files with 117 additions and 118 deletions
|
@ -26,7 +26,7 @@ typedef struct CgBinaryProgram CgBinaryProgram;
|
|||
// fragment programs have their constants embedded in the microcode
|
||||
struct CgBinaryEmbeddedConstant
|
||||
{
|
||||
be_t<u32> ucodeCount; // occurances
|
||||
be_t<u32> ucodeCount; // occurrences
|
||||
be_t<u32> ucodeOffset[1]; // offsets that need to be patched follow
|
||||
};
|
||||
|
||||
|
@ -76,7 +76,7 @@ struct CgBinaryFragmentProgram
|
|||
be_t<u16> texCoordsCentroid; // tex coords that are centroid (tex<n> is bit n)
|
||||
u8 registerCount; // R registers count
|
||||
u8 outputFromH0; // final color from R0 or H0
|
||||
u8 depthReplace; // fp generated z epth value
|
||||
u8 depthReplace; // fp generated z depth value
|
||||
u8 pixelKill; // fp uses kill operations
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue