mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-08 23:51:27 +00:00
https://stackoverflow.com/questions/42125/warning-error-function-declaration-isnt-a-prototype In C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. In C++ they mean the same thing. |
||
|---|---|---|
| .. | ||
| compile_shaders.bat | ||
| SDL_render_vulkan.c | ||
| SDL_shaders_vulkan.c | ||
| SDL_shaders_vulkan.h | ||
| VULKAN_PixelShader_Advanced.h | ||
| VULKAN_PixelShader_Advanced.hlsl | ||
| VULKAN_PixelShader_Colors.h | ||
| VULKAN_PixelShader_Colors.hlsl | ||
| VULKAN_PixelShader_Common.hlsli | ||
| VULKAN_PixelShader_Textures.h | ||
| VULKAN_PixelShader_Textures.hlsl | ||
| VULKAN_VertexShader.h | ||
| VULKAN_VertexShader.hlsl | ||