phikill / vk_cube_ac89

Vulkan cube Demo, but attempt to switch to the C89

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vk_cube_ansi_C89

Vulkan cube Demo, but I downgraded to the ANSI C 89 standard.

Works Fine !...

to compile you can use an x32/386 compiler or higher.

To start the program, you need a GPU compatible with Vulkan drivers.

Used Compilers

(MinGW.org GCC-6.3.0-1) 6.3.0
Open Watcom 1.9

!! I did it during my free lunch time. Maybe there are errors that I didn't see in the code, maybe it can't work on your computer

Why made for the c89?

because it's easier for me to understand this pattern, and also because of watcom

[ALERT !] : I only tested on Windows.

!! [ERRORS]

Hardware : GTX 1060 = 0
Hardware : Intel(R) HD Graphics 530 = 1

Does not work with Vulkan 1.0, only with 1.1 or higher

About

Vulkan cube Demo, but attempt to switch to the C89


Languages

Language:C 60.2%Language:C++ 39.6%Language:Batchfile 0.1%Language:Objective-C 0.1%