Hey, new to the forums but trying to make my way with java and LWJGL!
Simple question, I need to minimise the space that my program uses by minimising unnecessary data. Eg. why use an integer when you can use a short, or a byte. But in this case, I would like to use a 4-bit integer data type. Is this possible?
Thankyou.