Use "i" for ints; don't distinguish between signed and unsigned. (If we're
marking unsigned ints, that seems to imply marking long ints, doubles vs. floats, etc; Hungarian serves little enough purpose without being that fine- grained.)
This commit is contained in:
@@ -25,11 +25,11 @@ public:
|
||||
RageSurface* img,
|
||||
bool bGenerateMipMaps ) { return 1; }
|
||||
void UpdateTexture(
|
||||
unsigned uTexHandle,
|
||||
unsigned iTexHandle,
|
||||
RageSurface* img,
|
||||
int xoffset, int yoffset, int width, int height
|
||||
) { }
|
||||
void DeleteTexture( unsigned uTexHandle ) { }
|
||||
void DeleteTexture( unsigned iTexHandle ) { }
|
||||
void ClearAllTextures() { }
|
||||
int GetNumTextureUnits() { return 1; }
|
||||
void SetTexture( TextureUnit tu, unsigned iTexture ) { }
|
||||
|
||||
Reference in New Issue
Block a user