Added:
- Depth buffer - Debug display basics - Basic vector + matrix maths Made partially with gemini + antigravity
This commit is contained in:
@@ -52,7 +52,7 @@ int main(int argc, char* argv[])
|
||||
IOClose(outStream);
|
||||
}
|
||||
// Pause here to not close the console window immediately on stop while debugging
|
||||
__asm int 3;
|
||||
// __asm int 3;
|
||||
});
|
||||
|
||||
for (int idx = 1; idx < argc; ++idx)
|
||||
|
||||
Reference in New Issue
Block a user