Skip to content
Snippets Groups Projects
  • Jim's avatar
    7b12133a
    Use uint8_t* instead of void* for texture data · 7b12133a
    Jim authored
    NOTE: In texture_setimage, I had to move variables to the top of the
    scope because microsoft's C compiler will give the legacy C90 error of:
    'illegal use of this type as an expression'.
    
    To sum it up, microsoft's C compiler is still utter garbage.
    7b12133a
    History
    Use uint8_t* instead of void* for texture data
    Jim authored
    NOTE: In texture_setimage, I had to move variables to the top of the
    scope because microsoft's C compiler will give the legacy C90 error of:
    'illegal use of this type as an expression'.
    
    To sum it up, microsoft's C compiler is still utter garbage.