I have been working through LearnOpenGL lately because my graphics programming knowledge lags beh…
Sounds annoying. Cool that Linux support is getting close, though. I know some Linux users that m…
Makes sense, and "Import" might honestly be a better keyword to differentiate it from preprocesso…
Jens —
DISCLAMER This post contains information about Windows and Linux, and it might appear that I thin…
Jens —
Include (or some variant of it) is very much on the todo-list!
I don't think a C-preprocessor "c…
Jens —
I just noticed this post (I haven't found out how to put on email notifications for HMN, if it's …
There isn't a single solution, as the solution mostly depends on the specific thing you're trying…
The majority of time since the last update was taken by abstracting away calling convention code …
Rafael —
mrmixer
- If you do the dot product of two vectors, the resulting scalar tells you if the two vec…
C_WormBut Let's say we have a OnGameInit() function and OnGameUpdate(), right now im Pushing all …
With the validation layer disabled it's working.
For the batch file, I think it's OK to ask the …
GridThose inner product edge tests can only tell if a point is inside a rectangle but not produce…
Rafael —
mrmixer
I don't know exactly what Casey meant, but I think the idea is to use the inner products …
Okay first of all, please try to disable the validation in the fplVulkanSettings (validationLayer…
the trick is to ensure that eventually there is no need to push anymore.
For example by using a …
C_Worm —
Hey!
I've kind of understood the PushArray() thing casey does.
But Let's say we have a OnGameIn…
I tried the vulkan demo and it's not working on my config (Windows 7 64bit, i7 860, radeon r9 280…
I don't know exactly what Casey meant, but I think the idea is to use the inner products to deter…
Hi there,
I am back and I have another release for you all!
We finally have Vulkan support now …
Rafael —
Hey guys,
Around episode 50 Casey implements line segment intersection collisions for axis align…
If it's working, than it's up to you to decide if it's correct.
One remarks is that you don't ne…
C_Worm —
This would be a more correct way to do it right?
1. copy the entity batch into a separate batch
…
I know it is a late reply, but I like your way of handling it.
C_Worm —
Allright thanks a lot for that!
I realized now that i don't even have to touch the index buffer …
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
3…
Guntha —
Hi, just want to add my 2 cents about "for" loops: they're handy and we're used to them because t…
A set of improvements and bug fixes is now available to download from the usual place. Thanks for…
Jason —
Awesome, email sent. Thanks!
C_Worm —
mrmixerIf I'm understanding your code correctly, in SwapOrderInIBO you don't update the entities …