From e991d069feeff85c5566504da7a1371bf191e320 Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Sat, 22 Mar 2025 14:52:39 +0100 Subject: [PATCH] additional lib for vulkan --- .../.idea/workspace.xml | 369 +- .../{glfw-3.4 => GLFW}/include/GLFW/glfw3.h | 0 .../include/GLFW/glfw3native.h | 0 .../include/Vulkan/Include/SDL2/SDL.h | 234 + .../include/Vulkan/Include/SDL2/SDL_assert.h | 324 + .../include/Vulkan/Include/SDL2/SDL_atomic.h | 408 + .../include/Vulkan/Include/SDL2/SDL_audio.h | 1502 + .../include/Vulkan/Include/SDL2/SDL_bits.h | 132 + .../Vulkan/Include/SDL2/SDL_blendmode.h | 199 + .../Vulkan/Include/SDL2/SDL_clipboard.h | 141 + .../include/Vulkan/Include/SDL2/SDL_config.h | 570 + .../include/Vulkan/Include/SDL2/SDL_copying.h | 20 + .../include/Vulkan/Include/SDL2/SDL_cpuinfo.h | 602 + .../include/Vulkan/Include/SDL2/SDL_egl.h | 2351 + .../include/Vulkan/Include/SDL2/SDL_endian.h | 396 + .../include/Vulkan/Include/SDL2/SDL_error.h | 163 + .../include/Vulkan/Include/SDL2/SDL_events.h | 1196 + .../Vulkan/Include/SDL2/SDL_filesystem.h | 149 + .../Vulkan/Include/SDL2/SDL_gamecontroller.h | 1110 + .../include/Vulkan/Include/SDL2/SDL_gesture.h | 117 + .../include/Vulkan/Include/SDL2/SDL_guid.h | 107 + .../include/Vulkan/Include/SDL2/SDL_haptic.h | 1354 + .../include/Vulkan/Include/SDL2/SDL_hidapi.h | 443 + .../include/Vulkan/Include/SDL2/SDL_hints.h | 3282 + .../Vulkan/Include/SDL2/SDL_joystick.h | 1088 + .../Vulkan/Include/SDL2/SDL_keyboard.h | 361 + .../include/Vulkan/Include/SDL2/SDL_keycode.h | 358 + .../include/Vulkan/Include/SDL2/SDL_loadso.h | 117 + .../include/Vulkan/Include/SDL2/SDL_locale.h | 103 + .../include/Vulkan/Include/SDL2/SDL_log.h | 405 + .../include/Vulkan/Include/SDL2/SDL_main.h | 282 + .../Vulkan/Include/SDL2/SDL_messagebox.h | 196 + .../include/Vulkan/Include/SDL2/SDL_metal.h | 114 + .../include/Vulkan/Include/SDL2/SDL_misc.h | 79 + .../include/Vulkan/Include/SDL2/SDL_mouse.h | 464 + .../include/Vulkan/Include/SDL2/SDL_mutex.h | 545 + .../include/Vulkan/Include/SDL2/SDL_name.h | 33 + .../include/Vulkan/Include/SDL2/SDL_opengl.h | 2126 + .../Vulkan/Include/SDL2/SDL_opengl_glext.h | 13213 ++ .../Vulkan/Include/SDL2/SDL_opengles.h | 38 + .../Vulkan/Include/SDL2/SDL_opengles2.h | 51 + .../Vulkan/Include/SDL2/SDL_opengles2_gl2.h | 656 + .../Include/SDL2/SDL_opengles2_gl2ext.h | 4033 + .../Include/SDL2/SDL_opengles2_gl2platform.h | 27 + .../Include/SDL2/SDL_opengles2_khrplatform.h | 311 + .../include/Vulkan/Include/SDL2/SDL_pixels.h | 686 + .../Vulkan/Include/SDL2/SDL_platform.h | 275 + .../include/Vulkan/Include/SDL2/SDL_power.h | 87 + .../include/Vulkan/Include/SDL2/SDL_quit.h | 50 + .../include/Vulkan/Include/SDL2/SDL_rect.h | 376 + .../include/Vulkan/Include/SDL2/SDL_render.h | 1932 + .../Vulkan/Include/SDL2/SDL_revision.h | 8 + .../include/Vulkan/Include/SDL2/SDL_rwops.h | 844 + .../Vulkan/Include/SDL2/SDL_scancode.h | 438 + .../include/Vulkan/Include/SDL2/SDL_sensor.h | 329 + .../include/Vulkan/Include/SDL2/SDL_shape.h | 155 + .../include/Vulkan/Include/SDL2/SDL_stdinc.h | 869 + .../include/Vulkan/Include/SDL2/SDL_surface.h | 1001 + .../include/Vulkan/Include/SDL2/SDL_system.h | 642 + .../include/Vulkan/Include/SDL2/SDL_syswm.h | 386 + .../include/Vulkan/Include/SDL2/SDL_test.h | 69 + .../Vulkan/Include/SDL2/SDL_test_assert.h | 105 + .../Vulkan/Include/SDL2/SDL_test_common.h | 236 + .../Vulkan/Include/SDL2/SDL_test_compare.h | 69 + .../Vulkan/Include/SDL2/SDL_test_crc32.h | 124 + .../Vulkan/Include/SDL2/SDL_test_font.h | 168 + .../Vulkan/Include/SDL2/SDL_test_fuzzer.h | 387 + .../Vulkan/Include/SDL2/SDL_test_harness.h | 134 + .../Vulkan/Include/SDL2/SDL_test_images.h | 78 + .../Vulkan/Include/SDL2/SDL_test_log.h | 67 + .../Vulkan/Include/SDL2/SDL_test_md5.h | 129 + .../Vulkan/Include/SDL2/SDL_test_memory.h | 63 + .../Vulkan/Include/SDL2/SDL_test_random.h | 115 + .../include/Vulkan/Include/SDL2/SDL_thread.h | 468 + .../include/Vulkan/Include/SDL2/SDL_timer.h | 222 + .../include/Vulkan/Include/SDL2/SDL_touch.h | 150 + .../include/Vulkan/Include/SDL2/SDL_types.h | 24 + .../include/Vulkan/Include/SDL2/SDL_version.h | 205 + .../include/Vulkan/Include/SDL2/SDL_video.h | 2228 + .../include/Vulkan/Include/SDL2/SDL_vulkan.h | 219 + .../include/Vulkan/Include/SDL2/begin_code.h | 189 + .../include/Vulkan/Include/SDL2/close_code.h | 40 + .../include/Vulkan/Include/Volk/volk.c | 3417 + .../include/Vulkan/Include/Volk/volk.h | 2291 + .../include/Vulkan/Include/dxc/WinAdapter.h | 1039 + .../include/Vulkan/Include/dxc/dxcapi.h | 1309 + .../include/Vulkan/Include/glm/CMakeLists.txt | 69 + .../include/Vulkan/Include/glm/common.hpp | 539 + .../Vulkan/Include/glm/detail/_features.hpp | 394 + .../Vulkan/Include/glm/detail/_fixes.hpp | 27 + .../Vulkan/Include/glm/detail/_noise.hpp | 81 + .../Vulkan/Include/glm/detail/_swizzle.hpp | 804 + .../Include/glm/detail/_swizzle_func.hpp | 682 + .../Vulkan/Include/glm/detail/_vectorize.hpp | 162 + .../Include/glm/detail/compute_common.hpp | 50 + .../glm/detail/compute_vector_decl.hpp | 190 + .../glm/detail/compute_vector_relational.hpp | 30 + .../Vulkan/Include/glm/detail/func_common.inl | 792 + .../Include/glm/detail/func_common_simd.inl | 231 + .../Include/glm/detail/func_exponential.inl | 152 + .../glm/detail/func_exponential_simd.inl | 37 + .../Include/glm/detail/func_geometric.inl | 243 + .../glm/detail/func_geometric_simd.inl | 163 + .../Include/glm/detail/func_integer.inl | 392 + .../Include/glm/detail/func_integer_simd.inl | 65 + .../Vulkan/Include/glm/detail/func_matrix.inl | 443 + .../Include/glm/detail/func_matrix_simd.inl | 252 + .../Include/glm/detail/func_packing.inl | 189 + .../Include/glm/detail/func_packing_simd.inl | 6 + .../Include/glm/detail/func_trigonometric.inl | 197 + .../glm/detail/func_trigonometric_simd.inl | 0 .../glm/detail/func_vector_relational.inl | 87 + .../detail/func_vector_relational_simd.inl | 6 + .../include/Vulkan/Include/glm/detail/glm.cpp | 263 + .../Vulkan/Include/glm/detail/qualifier.hpp | 229 + .../Vulkan/Include/glm/detail/setup.hpp | 1188 + .../Vulkan/Include/glm/detail/type_float.hpp | 68 + .../Vulkan/Include/glm/detail/type_half.hpp | 16 + .../Vulkan/Include/glm/detail/type_half.inl | 241 + .../Vulkan/Include/glm/detail/type_mat2x2.hpp | 177 + .../Vulkan/Include/glm/detail/type_mat2x2.inl | 536 + .../Vulkan/Include/glm/detail/type_mat2x3.hpp | 159 + .../Vulkan/Include/glm/detail/type_mat2x3.inl | 510 + .../Vulkan/Include/glm/detail/type_mat2x4.hpp | 161 + .../Vulkan/Include/glm/detail/type_mat2x4.inl | 520 + .../Vulkan/Include/glm/detail/type_mat3x2.hpp | 167 + .../Vulkan/Include/glm/detail/type_mat3x2.inl | 532 + .../Vulkan/Include/glm/detail/type_mat3x3.hpp | 184 + .../Vulkan/Include/glm/detail/type_mat3x3.inl | 601 + .../Vulkan/Include/glm/detail/type_mat3x4.hpp | 166 + .../Vulkan/Include/glm/detail/type_mat3x4.inl | 578 + .../Vulkan/Include/glm/detail/type_mat4x2.hpp | 171 + .../Vulkan/Include/glm/detail/type_mat4x2.inl | 574 + .../Vulkan/Include/glm/detail/type_mat4x3.hpp | 171 + .../Vulkan/Include/glm/detail/type_mat4x3.inl | 598 + .../Vulkan/Include/glm/detail/type_mat4x4.hpp | 189 + .../Vulkan/Include/glm/detail/type_mat4x4.inl | 706 + .../Include/glm/detail/type_mat4x4_simd.inl | 6 + .../Vulkan/Include/glm/detail/type_quat.hpp | 193 + .../Vulkan/Include/glm/detail/type_quat.inl | 424 + .../Include/glm/detail/type_quat_simd.inl | 208 + .../Vulkan/Include/glm/detail/type_vec1.hpp | 308 + .../Vulkan/Include/glm/detail/type_vec1.inl | 553 + .../Vulkan/Include/glm/detail/type_vec2.hpp | 402 + .../Vulkan/Include/glm/detail/type_vec2.inl | 915 + .../Vulkan/Include/glm/detail/type_vec3.hpp | 436 + .../Vulkan/Include/glm/detail/type_vec3.inl | 1070 + .../Vulkan/Include/glm/detail/type_vec4.hpp | 508 + .../Vulkan/Include/glm/detail/type_vec4.inl | 1142 + .../Include/glm/detail/type_vec4_simd.inl | 788 + .../Vulkan/Include/glm/exponential.hpp | 110 + .../include/Vulkan/Include/glm/ext.hpp | 267 + .../Include/glm/ext/_matrix_vectorize.hpp | 128 + .../Include/glm/ext/matrix_clip_space.hpp | 522 + .../Include/glm/ext/matrix_clip_space.inl | 595 + .../Vulkan/Include/glm/ext/matrix_common.hpp | 39 + .../Vulkan/Include/glm/ext/matrix_common.inl | 34 + .../Include/glm/ext/matrix_double2x2.hpp | 23 + .../glm/ext/matrix_double2x2_precision.hpp | 49 + .../Include/glm/ext/matrix_double2x3.hpp | 18 + .../glm/ext/matrix_double2x3_precision.hpp | 31 + .../Include/glm/ext/matrix_double2x4.hpp | 18 + .../glm/ext/matrix_double2x4_precision.hpp | 31 + .../Include/glm/ext/matrix_double3x2.hpp | 18 + .../glm/ext/matrix_double3x2_precision.hpp | 31 + .../Include/glm/ext/matrix_double3x3.hpp | 23 + .../glm/ext/matrix_double3x3_precision.hpp | 49 + .../Include/glm/ext/matrix_double3x4.hpp | 18 + .../glm/ext/matrix_double3x4_precision.hpp | 31 + .../Include/glm/ext/matrix_double4x2.hpp | 18 + .../glm/ext/matrix_double4x2_precision.hpp | 31 + .../Include/glm/ext/matrix_double4x3.hpp | 18 + .../glm/ext/matrix_double4x3_precision.hpp | 31 + .../Include/glm/ext/matrix_double4x4.hpp | 23 + .../glm/ext/matrix_double4x4_precision.hpp | 49 + .../Include/glm/ext/matrix_float2x2.hpp | 23 + .../glm/ext/matrix_float2x2_precision.hpp | 49 + .../Include/glm/ext/matrix_float2x3.hpp | 18 + .../glm/ext/matrix_float2x3_precision.hpp | 31 + .../Include/glm/ext/matrix_float2x4.hpp | 18 + .../glm/ext/matrix_float2x4_precision.hpp | 31 + .../Include/glm/ext/matrix_float3x2.hpp | 18 + .../glm/ext/matrix_float3x2_precision.hpp | 31 + .../Include/glm/ext/matrix_float3x3.hpp | 23 + .../glm/ext/matrix_float3x3_precision.hpp | 49 + .../Include/glm/ext/matrix_float3x4.hpp | 18 + .../glm/ext/matrix_float3x4_precision.hpp | 31 + .../Include/glm/ext/matrix_float4x2.hpp | 18 + .../glm/ext/matrix_float4x2_precision.hpp | 31 + .../Include/glm/ext/matrix_float4x3.hpp | 18 + .../glm/ext/matrix_float4x3_precision.hpp | 31 + .../Include/glm/ext/matrix_float4x4.hpp | 23 + .../glm/ext/matrix_float4x4_precision.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_int2x2.hpp | 38 + .../Include/glm/ext/matrix_int2x2_sized.hpp | 70 + .../Vulkan/Include/glm/ext/matrix_int2x3.hpp | 33 + .../Include/glm/ext/matrix_int2x3_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_int2x4.hpp | 33 + .../Include/glm/ext/matrix_int2x4_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_int3x2.hpp | 33 + .../Include/glm/ext/matrix_int3x2_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_int3x3.hpp | 38 + .../Include/glm/ext/matrix_int3x3_sized.hpp | 70 + .../Vulkan/Include/glm/ext/matrix_int3x4.hpp | 33 + .../Include/glm/ext/matrix_int3x4_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_int4x2.hpp | 33 + .../Include/glm/ext/matrix_int4x2_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_int4x3.hpp | 33 + .../Include/glm/ext/matrix_int4x3_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_int4x4.hpp | 38 + .../Include/glm/ext/matrix_int4x4_sized.hpp | 70 + .../Vulkan/Include/glm/ext/matrix_integer.hpp | 91 + .../Vulkan/Include/glm/ext/matrix_integer.inl | 38 + .../Include/glm/ext/matrix_projection.hpp | 149 + .../Include/glm/ext/matrix_projection.inl | 106 + .../Include/glm/ext/matrix_relational.hpp | 132 + .../Include/glm/ext/matrix_relational.inl | 88 + .../Include/glm/ext/matrix_transform.hpp | 171 + .../Include/glm/ext/matrix_transform.inl | 207 + .../Vulkan/Include/glm/ext/matrix_uint2x2.hpp | 38 + .../Include/glm/ext/matrix_uint2x2_sized.hpp | 70 + .../Vulkan/Include/glm/ext/matrix_uint2x3.hpp | 33 + .../Include/glm/ext/matrix_uint2x3_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_uint2x4.hpp | 33 + .../Include/glm/ext/matrix_uint2x4_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_uint3x2.hpp | 33 + .../Include/glm/ext/matrix_uint3x2_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_uint3x3.hpp | 38 + .../Include/glm/ext/matrix_uint3x3_sized.hpp | 70 + .../Vulkan/Include/glm/ext/matrix_uint3x4.hpp | 33 + .../Include/glm/ext/matrix_uint3x4_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_uint4x2.hpp | 33 + .../Include/glm/ext/matrix_uint4x2_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_uint4x3.hpp | 33 + .../Include/glm/ext/matrix_uint4x3_sized.hpp | 49 + .../Vulkan/Include/glm/ext/matrix_uint4x4.hpp | 38 + .../Include/glm/ext/matrix_uint4x4_sized.hpp | 70 + .../Include/glm/ext/quaternion_common.hpp | 135 + .../Include/glm/ext/quaternion_common.inl | 144 + .../glm/ext/quaternion_common_simd.inl | 18 + .../Include/glm/ext/quaternion_double.hpp | 39 + .../glm/ext/quaternion_double_precision.hpp | 42 + .../glm/ext/quaternion_exponential.hpp | 63 + .../glm/ext/quaternion_exponential.inl | 89 + .../Include/glm/ext/quaternion_float.hpp | 39 + .../glm/ext/quaternion_float_precision.hpp | 36 + .../Include/glm/ext/quaternion_geometric.hpp | 70 + .../Include/glm/ext/quaternion_geometric.inl | 36 + .../Include/glm/ext/quaternion_relational.hpp | 62 + .../Include/glm/ext/quaternion_relational.inl | 35 + .../Include/glm/ext/quaternion_transform.hpp | 47 + .../Include/glm/ext/quaternion_transform.inl | 24 + .../glm/ext/quaternion_trigonometric.hpp | 65 + .../glm/ext/quaternion_trigonometric.inl | 37 + .../Vulkan/Include/glm/ext/scalar_common.hpp | 181 + .../Vulkan/Include/glm/ext/scalar_common.inl | 170 + .../Include/glm/ext/scalar_constants.hpp | 40 + .../Include/glm/ext/scalar_constants.inl | 24 + .../Include/glm/ext/scalar_int_sized.hpp | 70 + .../Vulkan/Include/glm/ext/scalar_integer.hpp | 92 + .../Vulkan/Include/glm/ext/scalar_integer.inl | 243 + .../Vulkan/Include/glm/ext/scalar_packing.hpp | 32 + .../Vulkan/Include/glm/ext/scalar_packing.inl | 0 .../Include/glm/ext/scalar_reciprocal.hpp | 135 + .../Include/glm/ext/scalar_reciprocal.inl | 107 + .../Include/glm/ext/scalar_relational.hpp | 68 + .../Include/glm/ext/scalar_relational.inl | 40 + .../Include/glm/ext/scalar_uint_sized.hpp | 70 + .../Vulkan/Include/glm/ext/scalar_ulp.hpp | 77 + .../Vulkan/Include/glm/ext/scalar_ulp.inl | 291 + .../Vulkan/Include/glm/ext/vector_bool1.hpp | 30 + .../glm/ext/vector_bool1_precision.hpp | 34 + .../Vulkan/Include/glm/ext/vector_bool2.hpp | 18 + .../glm/ext/vector_bool2_precision.hpp | 31 + .../Vulkan/Include/glm/ext/vector_bool3.hpp | 18 + .../glm/ext/vector_bool3_precision.hpp | 31 + .../Vulkan/Include/glm/ext/vector_bool4.hpp | 18 + .../glm/ext/vector_bool4_precision.hpp | 31 + .../Vulkan/Include/glm/ext/vector_common.hpp | 228 + .../Vulkan/Include/glm/ext/vector_common.inl | 147 + .../Vulkan/Include/glm/ext/vector_double1.hpp | 31 + .../glm/ext/vector_double1_precision.hpp | 36 + .../Vulkan/Include/glm/ext/vector_double2.hpp | 18 + .../glm/ext/vector_double2_precision.hpp | 31 + .../Vulkan/Include/glm/ext/vector_double3.hpp | 18 + .../glm/ext/vector_double3_precision.hpp | 34 + .../Vulkan/Include/glm/ext/vector_double4.hpp | 18 + .../glm/ext/vector_double4_precision.hpp | 35 + .../Vulkan/Include/glm/ext/vector_float1.hpp | 31 + .../glm/ext/vector_float1_precision.hpp | 36 + .../Vulkan/Include/glm/ext/vector_float2.hpp | 18 + .../glm/ext/vector_float2_precision.hpp | 31 + .../Vulkan/Include/glm/ext/vector_float3.hpp | 18 + .../glm/ext/vector_float3_precision.hpp | 31 + .../Vulkan/Include/glm/ext/vector_float4.hpp | 18 + .../glm/ext/vector_float4_precision.hpp | 31 + .../Vulkan/Include/glm/ext/vector_int1.hpp | 32 + .../Include/glm/ext/vector_int1_sized.hpp | 49 + .../Vulkan/Include/glm/ext/vector_int2.hpp | 18 + .../Include/glm/ext/vector_int2_sized.hpp | 49 + .../Vulkan/Include/glm/ext/vector_int3.hpp | 18 + .../Include/glm/ext/vector_int3_sized.hpp | 49 + .../Vulkan/Include/glm/ext/vector_int4.hpp | 18 + .../Include/glm/ext/vector_int4_sized.hpp | 49 + .../Vulkan/Include/glm/ext/vector_integer.hpp | 149 + .../Vulkan/Include/glm/ext/vector_integer.inl | 85 + .../Vulkan/Include/glm/ext/vector_packing.hpp | 32 + .../Vulkan/Include/glm/ext/vector_packing.inl | 0 .../Include/glm/ext/vector_reciprocal.hpp | 135 + .../Include/glm/ext/vector_reciprocal.inl | 105 + .../Include/glm/ext/vector_relational.hpp | 107 + .../Include/glm/ext/vector_relational.inl | 75 + .../Vulkan/Include/glm/ext/vector_uint1.hpp | 32 + .../Include/glm/ext/vector_uint1_sized.hpp | 49 + .../Vulkan/Include/glm/ext/vector_uint2.hpp | 18 + .../Include/glm/ext/vector_uint2_sized.hpp | 49 + .../Vulkan/Include/glm/ext/vector_uint3.hpp | 18 + .../Include/glm/ext/vector_uint3_sized.hpp | 49 + .../Vulkan/Include/glm/ext/vector_uint4.hpp | 18 + .../Include/glm/ext/vector_uint4_sized.hpp | 49 + .../Vulkan/Include/glm/ext/vector_ulp.hpp | 112 + .../Vulkan/Include/glm/ext/vector_ulp.inl | 74 + .../include/Vulkan/Include/glm/fwd.hpp | 1233 + .../include/Vulkan/Include/glm/geometric.hpp | 116 + .../include/Vulkan/Include/glm/glm.hpp | 137 + .../Vulkan/Include/glm/gtc/bitfield.hpp | 266 + .../Vulkan/Include/glm/gtc/bitfield.inl | 635 + .../Vulkan/Include/glm/gtc/color_space.hpp | 56 + .../Vulkan/Include/glm/gtc/color_space.inl | 84 + .../Vulkan/Include/glm/gtc/constants.hpp | 170 + .../Vulkan/Include/glm/gtc/constants.inl | 173 + .../Vulkan/Include/glm/gtc/epsilon.hpp | 60 + .../Vulkan/Include/glm/gtc/epsilon.inl | 80 + .../Vulkan/Include/glm/gtc/integer.hpp | 43 + .../Vulkan/Include/glm/gtc/integer.inl | 33 + .../Vulkan/Include/glm/gtc/matrix_access.hpp | 60 + .../Vulkan/Include/glm/gtc/matrix_access.inl | 62 + .../Vulkan/Include/glm/gtc/matrix_integer.hpp | 433 + .../Vulkan/Include/glm/gtc/matrix_inverse.hpp | 50 + .../Vulkan/Include/glm/gtc/matrix_inverse.inl | 118 + .../Include/glm/gtc/matrix_transform.hpp | 36 + .../Include/glm/gtc/matrix_transform.inl | 3 + .../include/Vulkan/Include/glm/gtc/noise.hpp | 61 + .../include/Vulkan/Include/glm/gtc/noise.inl | 807 + .../Vulkan/Include/glm/gtc/packing.hpp | 728 + .../Vulkan/Include/glm/gtc/packing.inl | 951 + .../Vulkan/Include/glm/gtc/quaternion.hpp | 173 + .../Vulkan/Include/glm/gtc/quaternion.inl | 208 + .../Include/glm/gtc/quaternion_simd.inl | 0 .../include/Vulkan/Include/glm/gtc/random.hpp | 82 + .../include/Vulkan/Include/glm/gtc/random.inl | 303 + .../Vulkan/Include/glm/gtc/reciprocal.hpp | 24 + .../include/Vulkan/Include/glm/gtc/round.hpp | 160 + .../include/Vulkan/Include/glm/gtc/round.inl | 155 + .../Vulkan/Include/glm/gtc/type_aligned.hpp | 1315 + .../Vulkan/Include/glm/gtc/type_precision.hpp | 2094 + .../Vulkan/Include/glm/gtc/type_precision.inl | 6 + .../Vulkan/Include/glm/gtc/type_ptr.hpp | 230 + .../Vulkan/Include/glm/gtc/type_ptr.inl | 386 + .../include/Vulkan/Include/glm/gtc/ulp.hpp | 155 + .../include/Vulkan/Include/glm/gtc/ulp.inl | 173 + .../include/Vulkan/Include/glm/gtc/vec1.hpp | 30 + .../Include/glm/gtx/associated_min_max.hpp | 205 + .../Include/glm/gtx/associated_min_max.inl | 354 + .../include/Vulkan/Include/glm/gtx/bit.hpp | 96 + .../include/Vulkan/Include/glm/gtx/bit.inl | 92 + .../Vulkan/Include/glm/gtx/closest_point.hpp | 47 + .../Vulkan/Include/glm/gtx/closest_point.inl | 45 + .../Vulkan/Include/glm/gtx/color_encoding.hpp | 52 + .../Vulkan/Include/glm/gtx/color_encoding.inl | 45 + .../Vulkan/Include/glm/gtx/color_space.hpp | 70 + .../Vulkan/Include/glm/gtx/color_space.inl | 144 + .../Include/glm/gtx/color_space_YCoCg.hpp | 58 + .../Include/glm/gtx/color_space_YCoCg.inl | 107 + .../include/Vulkan/Include/glm/gtx/common.hpp | 74 + .../include/Vulkan/Include/glm/gtx/common.inl | 125 + .../Vulkan/Include/glm/gtx/compatibility.hpp | 131 + .../Vulkan/Include/glm/gtx/compatibility.inl | 62 + .../Vulkan/Include/glm/gtx/component_wise.hpp | 77 + .../Vulkan/Include/glm/gtx/component_wise.inl | 147 + .../Include/glm/gtx/dual_quaternion.hpp | 272 + .../Include/glm/gtx/dual_quaternion.inl | 352 + .../include/Vulkan/Include/glm/gtx/easing.hpp | 217 + .../include/Vulkan/Include/glm/gtx/easing.inl | 436 + .../Vulkan/Include/glm/gtx/euler_angles.hpp | 333 + .../Vulkan/Include/glm/gtx/euler_angles.inl | 899 + .../include/Vulkan/Include/glm/gtx/extend.hpp | 40 + .../include/Vulkan/Include/glm/gtx/extend.inl | 48 + .../Include/glm/gtx/extended_min_max.hpp | 135 + .../Include/glm/gtx/extended_min_max.inl | 138 + .../Include/glm/gtx/exterior_product.hpp | 43 + .../Include/glm/gtx/exterior_product.inl | 26 + .../Include/glm/gtx/fast_exponential.hpp | 93 + .../Include/glm/gtx/fast_exponential.inl | 136 + .../Include/glm/gtx/fast_square_root.hpp | 96 + .../Include/glm/gtx/fast_square_root.inl | 75 + .../Include/glm/gtx/fast_trigonometry.hpp | 77 + .../Include/glm/gtx/fast_trigonometry.inl | 142 + .../Include/glm/gtx/float_notmalize.inl | 13 + .../Vulkan/Include/glm/gtx/functions.hpp | 54 + .../Vulkan/Include/glm/gtx/functions.inl | 30 + .../Vulkan/Include/glm/gtx/gradient_paint.hpp | 51 + .../Vulkan/Include/glm/gtx/gradient_paint.inl | 36 + .../glm/gtx/handed_coordinate_space.hpp | 48 + .../glm/gtx/handed_coordinate_space.inl | 26 + .../include/Vulkan/Include/glm/gtx/hash.hpp | 146 + .../include/Vulkan/Include/glm/gtx/hash.inl | 175 + .../Vulkan/Include/glm/gtx/integer.hpp | 74 + .../Vulkan/Include/glm/gtx/integer.inl | 185 + .../Vulkan/Include/glm/gtx/intersect.hpp | 90 + .../Vulkan/Include/glm/gtx/intersect.inl | 200 + .../include/Vulkan/Include/glm/gtx/io.hpp | 210 + .../include/Vulkan/Include/glm/gtx/io.inl | 452 + .../Vulkan/Include/glm/gtx/log_base.hpp | 46 + .../Vulkan/Include/glm/gtx/log_base.inl | 16 + .../Include/glm/gtx/matrix_cross_product.hpp | 45 + .../Include/glm/gtx/matrix_cross_product.inl | 37 + .../Include/glm/gtx/matrix_decompose.hpp | 50 + .../Include/glm/gtx/matrix_decompose.inl | 234 + .../Include/glm/gtx/matrix_factorisation.hpp | 67 + .../Include/glm/gtx/matrix_factorisation.inl | 84 + .../Include/glm/gtx/matrix_interpolation.hpp | 58 + .../Include/glm/gtx/matrix_interpolation.inl | 146 + .../Include/glm/gtx/matrix_major_storage.hpp | 117 + .../Include/glm/gtx/matrix_major_storage.inl | 166 + .../Include/glm/gtx/matrix_operation.hpp | 101 + .../Include/glm/gtx/matrix_operation.inl | 176 + .../Vulkan/Include/glm/gtx/matrix_query.hpp | 75 + .../Vulkan/Include/glm/gtx/matrix_query.inl | 119 + .../Include/glm/gtx/matrix_transform_2d.hpp | 79 + .../Include/glm/gtx/matrix_transform_2d.inl | 68 + .../Vulkan/Include/glm/gtx/mixed_product.hpp | 39 + .../Vulkan/Include/glm/gtx/mixed_product.inl | 15 + .../include/Vulkan/Include/glm/gtx/norm.hpp | 86 + .../include/Vulkan/Include/glm/gtx/norm.inl | 95 + .../include/Vulkan/Include/glm/gtx/normal.hpp | 39 + .../include/Vulkan/Include/glm/gtx/normal.inl | 15 + .../Vulkan/Include/glm/gtx/normalize_dot.hpp | 47 + .../Vulkan/Include/glm/gtx/normalize_dot.inl | 16 + .../Include/glm/gtx/number_precision.hpp | 44 + .../Vulkan/Include/glm/gtx/optimum_pow.hpp | 50 + .../Vulkan/Include/glm/gtx/optimum_pow.inl | 22 + .../Vulkan/Include/glm/gtx/orthonormalize.hpp | 47 + .../Vulkan/Include/glm/gtx/orthonormalize.inl | 29 + .../include/Vulkan/Include/glm/gtx/pca.hpp | 112 + .../include/Vulkan/Include/glm/gtx/pca.inl | 343 + .../Vulkan/Include/glm/gtx/perpendicular.hpp | 39 + .../Vulkan/Include/glm/gtx/perpendicular.inl | 10 + .../Include/glm/gtx/polar_coordinates.hpp | 46 + .../Include/glm/gtx/polar_coordinates.inl | 36 + .../Vulkan/Include/glm/gtx/projection.hpp | 41 + .../Vulkan/Include/glm/gtx/projection.inl | 10 + .../Vulkan/Include/glm/gtx/quaternion.hpp | 172 + .../Vulkan/Include/glm/gtx/quaternion.inl | 159 + .../include/Vulkan/Include/glm/gtx/range.hpp | 96 + .../Vulkan/Include/glm/gtx/raw_data.hpp | 49 + .../Vulkan/Include/glm/gtx/raw_data.inl | 2 + .../glm/gtx/rotate_normalized_axis.hpp | 66 + .../glm/gtx/rotate_normalized_axis.inl | 58 + .../Vulkan/Include/glm/gtx/rotate_vector.hpp | 121 + .../Vulkan/Include/glm/gtx/rotate_vector.inl | 187 + .../Include/glm/gtx/scalar_multiplication.hpp | 80 + .../Include/glm/gtx/scalar_relational.hpp | 34 + .../Include/glm/gtx/scalar_relational.inl | 88 + .../include/Vulkan/Include/glm/gtx/spline.hpp | 63 + .../include/Vulkan/Include/glm/gtx/spline.inl | 60 + .../Vulkan/Include/glm/gtx/std_based_type.hpp | 66 + .../Vulkan/Include/glm/gtx/std_based_type.inl | 6 + .../Vulkan/Include/glm/gtx/string_cast.hpp | 45 + .../Vulkan/Include/glm/gtx/string_cast.inl | 497 + .../Vulkan/Include/glm/gtx/texture.hpp | 44 + .../Vulkan/Include/glm/gtx/texture.inl | 17 + .../Vulkan/Include/glm/gtx/transform.hpp | 58 + .../Vulkan/Include/glm/gtx/transform.inl | 23 + .../Vulkan/Include/glm/gtx/transform2.hpp | 87 + .../Vulkan/Include/glm/gtx/transform2.inl | 125 + .../Vulkan/Include/glm/gtx/type_aligned.hpp | 980 + .../Vulkan/Include/glm/gtx/type_aligned.inl | 6 + .../Vulkan/Include/glm/gtx/type_trait.hpp | 83 + .../Vulkan/Include/glm/gtx/type_trait.inl | 61 + .../Vulkan/Include/glm/gtx/vec_swizzle.hpp | 2784 + .../Vulkan/Include/glm/gtx/vector_angle.hpp | 55 + .../Vulkan/Include/glm/gtx/vector_angle.inl | 45 + .../Vulkan/Include/glm/gtx/vector_query.hpp | 64 + .../Vulkan/Include/glm/gtx/vector_query.inl | 154 + .../include/Vulkan/Include/glm/gtx/wrap.hpp | 35 + .../include/Vulkan/Include/glm/gtx/wrap.inl | 6 + .../include/Vulkan/Include/glm/integer.hpp | 212 + .../include/Vulkan/Include/glm/mat2x2.hpp | 9 + .../include/Vulkan/Include/glm/mat2x3.hpp | 9 + .../include/Vulkan/Include/glm/mat2x4.hpp | 9 + .../include/Vulkan/Include/glm/mat3x2.hpp | 9 + .../include/Vulkan/Include/glm/mat3x3.hpp | 8 + .../include/Vulkan/Include/glm/mat3x4.hpp | 8 + .../include/Vulkan/Include/glm/mat4x2.hpp | 9 + .../include/Vulkan/Include/glm/mat4x3.hpp | 8 + .../include/Vulkan/Include/glm/mat4x4.hpp | 9 + .../include/Vulkan/Include/glm/matrix.hpp | 161 + .../include/Vulkan/Include/glm/packing.hpp | 173 + .../include/Vulkan/Include/glm/simd/common.h | 240 + .../Vulkan/Include/glm/simd/exponential.h | 20 + .../Vulkan/Include/glm/simd/geometric.h | 130 + .../include/Vulkan/Include/glm/simd/integer.h | 115 + .../include/Vulkan/Include/glm/simd/matrix.h | 1028 + .../include/Vulkan/Include/glm/simd/neon.h | 155 + .../include/Vulkan/Include/glm/simd/packing.h | 8 + .../Vulkan/Include/glm/simd/platform.h | 469 + .../Vulkan/Include/glm/simd/trigonometric.h | 9 + .../Include/glm/simd/vector_relational.h | 8 + .../Vulkan/Include/glm/trigonometric.hpp | 210 + .../include/Vulkan/Include/glm/vec2.hpp | 14 + .../include/Vulkan/Include/glm/vec3.hpp | 14 + .../include/Vulkan/Include/glm/vec4.hpp | 15 + .../Vulkan/Include/glm/vector_relational.hpp | 121 + .../Include/glslang/Include/ResourceLimits.h | 159 + .../glslang/Include/glslang_c_interface.h | 297 + .../glslang/Include/glslang_c_shader_types.h | 231 + .../Include/glslang/Include/visibility.h | 54 + .../glslang/MachineIndependent/Versions.h | 393 + .../Include/glslang/Public/ResourceLimits.h | 58 + .../Include/glslang/Public/ShaderLang.h | 1008 + .../glslang/Public/resource_limits_c.h | 58 + .../Include/glslang/SPIRV/GlslangToSpv.h | 69 + .../Vulkan/Include/glslang/SPIRV/Logger.h | 75 + .../Include/glslang/SPIRV/SPVRemapper.h | 300 + .../Vulkan/Include/glslang/SPIRV/SpvTools.h | 109 + .../Include/glslang/SPIRV/disassemble.h | 55 + .../Vulkan/Include/glslang/SPIRV/spirv.hpp | 5046 + .../Vulkan/Include/glslang/build_info.h | 62 + .../include/Vulkan/Include/shaderc/env.h | 73 + .../include/Vulkan/Include/shaderc/shaderc.h | 619 + .../Vulkan/Include/shaderc/shaderc.hpp | 620 + .../include/Vulkan/Include/shaderc/status.h | 39 + .../Vulkan/Include/shaderc/visibility.h | 37 + .../Vulkan/Include/slang/slang-com-helper.h | 200 + .../Vulkan/Include/slang/slang-com-ptr.h | 210 + .../Include/slang/slang-cpp-host-prelude.h | 58 + .../Vulkan/Include/slang/slang-cpp-prelude.h | 322 + .../slang/slang-cpp-scalar-intrinsics.h | 838 + .../Include/slang/slang-cpp-types-core.h | 696 + .../Vulkan/Include/slang/slang-cpp-types.h | 1364 + .../Vulkan/Include/slang/slang-cuda-prelude.h | 3358 + .../Vulkan/Include/slang/slang-deprecated.h | 1600 + .../include/Vulkan/Include/slang/slang-gfx.h | 2939 + .../Vulkan/Include/slang/slang-hlsl-prelude.h | 8 + .../Include/slang/slang-image-format-defs.h | 50 + .../include/Vulkan/Include/slang/slang-llvm.h | 404 + .../Vulkan/Include/slang/slang-tag-version.h | 1 + .../Include/slang/slang-torch-prelude.h | 181 + .../include/Vulkan/Include/slang/slang.h | 4581 + .../Include/spirv-headers/AMD_gcn_shader.h | 52 + .../Include/spirv-headers/AMD_shader_ballot.h | 53 + .../AMD_shader_explicit_vertex_parameter.h | 50 + .../spirv-headers/AMD_shader_trinary_minmax.h | 58 + .../Vulkan/Include/spirv-headers/DebugInfo.h | 144 + .../Include/spirv-headers/GLSL.std.450.h | 131 + .../NonSemanticClspvReflection.h | 97 + .../spirv-headers/NonSemanticDebugBreak.h | 50 + .../spirv-headers/NonSemanticDebugPrintf.h | 50 + .../NonSemanticShaderDebugInfo100.h | 171 + .../spirv-headers/NonSemanticVkspReflection.h | 57 + .../Vulkan/Include/spirv-headers/OpenCL.std.h | 401 + .../spirv-headers/OpenCLDebugInfo100.h | 158 + .../extinst.debuginfo.grammar.json | 572 + .../extinst.glsl.std.450.grammar.json | 642 + ...t.nonsemantic.clspvreflection.grammar.json | 426 + ...xtinst.nonsemantic.debugbreak.grammar.json | 9 + ...tinst.nonsemantic.debugprintf.grammar.json | 13 + ...semantic.shader.debuginfo.100.grammar.json | 713 + ...st.nonsemantic.vkspreflection.grammar.json | 138 + .../extinst.opencl.debuginfo.100.grammar.json | 651 + .../extinst.opencl.std.100.grammar.json | 1279 + .../extinst.spv-amd-gcn-shader.grammar.json | 26 + ...extinst.spv-amd-shader-ballot.grammar.json | 41 + ...der-explicit-vertex-parameter.grammar.json | 14 + ...spv-amd-shader-trinary-minmax.grammar.json | 95 + .../Vulkan/Include/spirv-headers/spir-v.xml | 304 + .../Vulkan/Include/spirv-headers/spirv.bf | 2436 + .../spirv-headers/spirv.core.grammar.json | 17785 ++ .../Vulkan/Include/spirv-headers/spirv.cs | 2435 + .../Vulkan/Include/spirv-headers/spirv.h | 5093 + .../Vulkan/Include/spirv-headers/spirv.hpp | 5154 + .../Vulkan/Include/spirv-headers/spirv.hpp11 | 5154 + .../Vulkan/Include/spirv-headers/spirv.json | 2356 + .../Vulkan/Include/spirv-headers/spirv.lua | 2359 + .../Vulkan/Include/spirv-headers/spirv.py | 2302 + .../Vulkan/Include/spirv-tools/libspirv.h | 1045 + .../Vulkan/Include/spirv-tools/libspirv.hpp | 409 + .../Vulkan/Include/spirv-tools/linker.hpp | 104 + .../Vulkan/Include/spirv-tools/optimizer.hpp | 973 + .../Vulkan/Include/spirv_cross/GLSL.std.450.h | 114 + .../Vulkan/Include/spirv_cross/spirv.h | 4879 + .../Vulkan/Include/spirv_cross/spirv.hpp | 4936 + .../Vulkan/Include/spirv_cross/spirv_cfg.hpp | 168 + .../Include/spirv_cross/spirv_common.hpp | 1955 + .../Vulkan/Include/spirv_cross/spirv_cpp.hpp | 93 + .../Include/spirv_cross/spirv_cross.hpp | 1182 + .../Include/spirv_cross/spirv_cross_c.h | 1125 + .../spirv_cross/spirv_cross_containers.hpp | 756 + .../spirv_cross_error_handling.hpp | 99 + .../spirv_cross/spirv_cross_parsed_ir.hpp | 256 + .../Include/spirv_cross/spirv_cross_util.hpp | 37 + .../Vulkan/Include/spirv_cross/spirv_glsl.hpp | 1081 + .../Vulkan/Include/spirv_cross/spirv_hlsl.hpp | 416 + .../Vulkan/Include/spirv_cross/spirv_msl.hpp | 1377 + .../Include/spirv_cross/spirv_parser.hpp | 103 + .../Include/spirv_cross/spirv_reflect.hpp | 91 + .../vk_video/vulkan_video_codec_av1std.h | 394 + .../vulkan_video_codec_av1std_decode.h | 109 + .../vulkan_video_codec_av1std_encode.h | 143 + .../vk_video/vulkan_video_codec_h264std.h | 312 + .../vulkan_video_codec_h264std_decode.h | 77 + .../vulkan_video_codec_h264std_encode.h | 147 + .../vk_video/vulkan_video_codec_h265std.h | 446 + .../vulkan_video_codec_h265std_decode.h | 67 + .../vulkan_video_codec_h265std_encode.h | 157 + .../vk_video/vulkan_video_codecs_common.h | 36 + .../include/Vulkan/Include/vma/vk_mem_alloc.h | 19111 ++ .../utility/vk_concurrent_unordered_map.hpp | 203 + .../vulkan/utility/vk_dispatch_table.h | 1594 + .../Include/vulkan/utility/vk_format_utils.h | 2314 + .../Include/vulkan/utility/vk_safe_struct.hpp | 20887 +++ .../vulkan/utility/vk_safe_struct_utils.hpp | 124 + .../vulkan/utility/vk_small_containers.hpp | 713 + .../vulkan/utility/vk_sparse_range_map.hpp | 2033 + .../vulkan/utility/vk_struct_helper.hpp | 1219 + .../Include/vulkan/vk_enum_string_helper.h | 10275 + .../include/Vulkan/Include/vulkan/vk_icd.h | 244 + .../include/Vulkan/Include/vulkan/vk_layer.h | 189 + .../Vulkan/Include/vulkan/vk_platform.h | 84 + .../include/Vulkan/Include/vulkan/vulkan.cppm | 8520 + .../include/Vulkan/Include/vulkan/vulkan.h | 99 + .../include/Vulkan/Include/vulkan/vulkan.hpp | 22070 +++ .../Vulkan/Include/vulkan/vulkan_android.h | 153 + .../Vulkan/Include/vulkan/vulkan_beta.h | 226 + .../Vulkan/Include/vulkan/vulkan_core.h | 21871 +++ .../Vulkan/Include/vulkan/vulkan_directfb.h | 55 + .../Vulkan/Include/vulkan/vulkan_enums.hpp | 8855 + .../vulkan/vulkan_extension_inspection.hpp | 3476 + .../Include/vulkan/vulkan_format_traits.hpp | 7669 + .../Vulkan/Include/vulkan/vulkan_fuchsia.h | 262 + .../Vulkan/Include/vulkan/vulkan_funcs.hpp | 31505 ++++ .../Vulkan/Include/vulkan/vulkan_ggp.h | 60 + .../Vulkan/Include/vulkan/vulkan_handles.hpp | 20480 ++ .../Vulkan/Include/vulkan/vulkan_hash.hpp | 18763 ++ .../Include/vulkan/vulkan_hpp_macros.hpp | 326 + .../Vulkan/Include/vulkan/vulkan_ios.h | 48 + .../Vulkan/Include/vulkan/vulkan_macos.h | 48 + .../Vulkan/Include/vulkan/vulkan_metal.h | 236 + .../Vulkan/Include/vulkan/vulkan_profiles.hpp | 25802 +++ .../Vulkan/Include/vulkan/vulkan_raii.hpp | 27245 +++ .../Vulkan/Include/vulkan/vulkan_screen.h | 108 + .../Vulkan/Include/vulkan/vulkan_shared.hpp | 1164 + .../vulkan/vulkan_static_assertions.hpp | 8550 + .../Vulkan/Include/vulkan/vulkan_structs.hpp | 144118 +++++++++++++++ .../Include/vulkan/vulkan_to_string.hpp | 9874 + .../include/Vulkan/Include/vulkan/vulkan_vi.h | 48 + .../Vulkan/Include/vulkan/vulkan_video.hpp | 4057 + .../Vulkan/Include/vulkan/vulkan_wayland.h | 55 + .../Vulkan/Include/vulkan/vulkan_win32.h | 342 + .../Vulkan/Include/vulkan/vulkan_xcb.h | 56 + .../Vulkan/Include/vulkan/vulkan_xlib.h | 56 + .../Include/vulkan/vulkan_xlib_xrandr.h | 46 + .../Lib/cmake/SPIRV-HeadersConfig.cmake | 106 + .../cmake/SPIRV-HeadersConfigVersion.cmake | 54 + .../Lib/cmake/SPIRV-Tools-diffConfig.cmake | 5 + ...IRV-Tools-diffTargets-relwithdebinfo.cmake | 19 + .../Lib/cmake/SPIRV-Tools-diffTargets.cmake | 122 + .../Lib/cmake/SPIRV-Tools-linkConfig.cmake | 5 + ...IRV-Tools-linkTargets-relwithdebinfo.cmake | 19 + .../Lib/cmake/SPIRV-Tools-linkTargets.cmake | 122 + .../Lib/cmake/SPIRV-Tools-lintConfig.cmake | 5 + ...IRV-Tools-lintTargets-relwithdebinfo.cmake | 19 + .../Lib/cmake/SPIRV-Tools-lintTargets.cmake | 122 + .../Lib/cmake/SPIRV-Tools-optConfig.cmake | 5 + ...PIRV-Tools-optTargets-relwithdebinfo.cmake | 19 + .../Lib/cmake/SPIRV-Tools-optTargets.cmake | 122 + .../Lib/cmake/SPIRV-Tools-reduceConfig.cmake | 5 + ...RV-Tools-reduceTarget-relwithdebinfo.cmake | 19 + .../Lib/cmake/SPIRV-Tools-reduceTarget.cmake | 122 + .../Lib/cmake/SPIRV-Tools-toolsConfig.cmake | 3 + ...RV-Tools-toolsTargets-relwithdebinfo.cmake | 90 + .../Lib/cmake/SPIRV-Tools-toolsTargets.cmake | 125 + .../glslang/glslang-config-version.cmake | 65 + .../Lib/cmake/glslang/glslang-config.cmake | 32 + .../cmake/glslang/glslang-targets-debug.cmake | 97 + .../glslang-targets-relwithdebinfo.cmake | 97 + .../Lib/cmake/glslang/glslang-targets.cmake | 160 + .../cmake/spirv_cross_cConfig-release.cmake | 19 + .../cmake/spirv_cross_cConfig.cmake | 123 + .../spirv_cross_c_sharedConfig-release.cmake | 19 + .../cmake/spirv_cross_c_sharedConfig.cmake | 106 + .../spirv_cross_coreConfig-release.cmake | 19 + .../cmake/spirv_cross_coreConfig.cmake | 106 + .../cmake/spirv_cross_cppConfig-release.cmake | 19 + .../cmake/spirv_cross_cppConfig.cmake | 123 + .../spirv_cross_glslConfig-release.cmake | 19 + .../cmake/spirv_cross_glslConfig.cmake | 123 + .../spirv_cross_hlslConfig-release.cmake | 19 + .../cmake/spirv_cross_hlslConfig.cmake | 123 + .../cmake/spirv_cross_mslConfig-release.cmake | 19 + .../cmake/spirv_cross_mslConfig.cmake | 123 + .../spirv_cross_reflectConfig-release.cmake | 19 + .../cmake/spirv_cross_reflectConfig.cmake | 106 + .../spirv_cross_utilConfig-release.cmake | 19 + .../cmake/spirv_cross_utilConfig.cmake | 123 + .../glfw-3.4/CMake/GenerateMappings.cmake | 48 - .../include/glfw-3.4/CMake/Info.plist.in | 38 - .../glfw-3.4/CMake/cmake_uninstall.cmake.in | 29 - .../include/glfw-3.4/CMake/glfw3.pc.in | 13 - .../glfw-3.4/CMake/glfw3Config.cmake.in | 3 - .../CMake/i686-w64-mingw32-clang.cmake | 13 - .../glfw-3.4/CMake/i686-w64-mingw32.cmake | 13 - .../CMake/modules/FindEpollShim.cmake | 17 - .../glfw-3.4/CMake/modules/FindOSMesa.cmake | 18 - .../CMake/x86_64-w64-mingw32-clang.cmake | 13 - .../glfw-3.4/CMake/x86_64-w64-mingw32.cmake | 13 - enginecustom/include/glfw-3.4/CMakeLists.txt | 165 - enginecustom/include/glfw-3.4/CONTRIBUTORS.md | 297 - enginecustom/include/glfw-3.4/LICENSE.md | 23 - enginecustom/include/glfw-3.4/README.md | 458 - enginecustom/include/glfw-3.4/deps/getopt.c | 230 - enginecustom/include/glfw-3.4/deps/getopt.h | 57 - enginecustom/include/glfw-3.4/deps/glad/gl.h | 5996 - .../include/glfw-3.4/deps/glad/gles2.h | 1805 - .../include/glfw-3.4/deps/glad/vulkan.h | 6330 - enginecustom/include/glfw-3.4/deps/linmath.h | 606 - .../glfw-3.4/deps/mingw/_mingw_dxhelper.h | 117 - .../include/glfw-3.4/deps/mingw/dinput.h | 2467 - .../include/glfw-3.4/deps/mingw/xinput.h | 239 - enginecustom/include/glfw-3.4/deps/nuklear.h | 25778 --- .../include/glfw-3.4/deps/nuklear_glfw_gl2.h | 381 - .../include/glfw-3.4/deps/stb_image_write.h | 1724 - .../include/glfw-3.4/deps/tinycthread.c | 594 - .../include/glfw-3.4/deps/tinycthread.h | 443 - .../deps/wayland/fractional-scale-v1.xml | 102 - .../deps/wayland/idle-inhibit-unstable-v1.xml | 83 - .../pointer-constraints-unstable-v1.xml | 339 - .../wayland/relative-pointer-unstable-v1.xml | 136 - .../glfw-3.4/deps/wayland/viewporter.xml | 180 - .../include/glfw-3.4/deps/wayland/wayland.xml | 3151 - .../deps/wayland/xdg-activation-v1.xml | 200 - .../wayland/xdg-decoration-unstable-v1.xml | 156 - .../glfw-3.4/deps/wayland/xdg-shell.xml | 1370 - .../include/glfw-3.4/docs/CMakeLists.txt | 57 - .../include/glfw-3.4/docs/CONTRIBUTING.md | 390 - .../include/glfw-3.4/docs/Doxyfile.in | 2737 - .../include/glfw-3.4/docs/DoxygenLayout.xml | 71 - enginecustom/include/glfw-3.4/docs/SUPPORT.md | 13 - enginecustom/include/glfw-3.4/docs/build.md | 419 - enginecustom/include/glfw-3.4/docs/compat.md | 300 - enginecustom/include/glfw-3.4/docs/compile.md | 371 - enginecustom/include/glfw-3.4/docs/context.md | 340 - enginecustom/include/glfw-3.4/docs/extra.css | 2 - .../include/glfw-3.4/docs/extra.css.map | 7 - enginecustom/include/glfw-3.4/docs/extra.scss | 453 - .../include/glfw-3.4/docs/footer.html | 7 - .../include/glfw-3.4/docs/header.html | 34 - .../include/glfw-3.4/docs/html/bc_s.png | Bin 676 -> 0 bytes .../include/glfw-3.4/docs/html/bc_sd.png | Bin 635 -> 0 bytes .../include/glfw-3.4/docs/html/build_8md.html | 81 - .../glfw-3.4/docs/html/build_guide.html | 217 - .../include/glfw-3.4/docs/html/closed.png | Bin 132 -> 0 bytes .../glfw-3.4/docs/html/compat_8md.html | 81 - .../glfw-3.4/docs/html/compat_guide.html | 156 - .../glfw-3.4/docs/html/compile_8md.html | 81 - .../glfw-3.4/docs/html/compile_guide.html | 219 - .../glfw-3.4/docs/html/context_8md.html | 81 - .../glfw-3.4/docs/html/context_guide.html | 258 - .../glfw-3.4/docs/html/deprecated.html | 88 - .../dir_13577e2d8b9423099662de029791bd7d.html | 93 - .../dir_7f92719a7fe62e5b064f87d7a3c220b1.html | 95 - .../dir_a788ef6c2b1e5b367804e0b6ccfd6f11.html | 85 - .../dir_b11153cd0f4fd04a7564cc166f482635.html | 91 - .../include/glfw-3.4/docs/html/doc.svg | 12 - .../include/glfw-3.4/docs/html/docd.svg | 12 - .../include/glfw-3.4/docs/html/doxygen.css | 1685 - .../include/glfw-3.4/docs/html/doxygen.svg | 28 - .../include/glfw-3.4/docs/html/dynsections.js | 192 - .../include/glfw-3.4/docs/html/extra.css | 2 - .../include/glfw-3.4/docs/html/files.html | 91 - .../glfw-3.4/docs/html/folderclosed.svg | 11 - .../glfw-3.4/docs/html/folderclosedd.svg | 11 - .../include/glfw-3.4/docs/html/folderopen.svg | 17 - .../glfw-3.4/docs/html/folderopend.svg | 12 - .../include/glfw-3.4/docs/html/glfw3_8h.html | 1910 - .../glfw-3.4/docs/html/glfw3_8h_source.html | 1260 - .../glfw-3.4/docs/html/glfw3native_8h.html | 170 - .../docs/html/glfw3native_8h_source.html | 306 - .../glfw-3.4/docs/html/group__buttons.html | 282 - .../glfw-3.4/docs/html/group__context.html | 304 - .../glfw-3.4/docs/html/group__errors.html | 384 - .../docs/html/group__gamepad__axes.html | 202 - .../docs/html/group__gamepad__buttons.html | 410 - .../glfw-3.4/docs/html/group__hat__state.html | 234 - .../glfw-3.4/docs/html/group__init.html | 1015 - .../glfw-3.4/docs/html/group__input.html | 2285 - .../glfw-3.4/docs/html/group__joysticks.html | 362 - .../glfw-3.4/docs/html/group__keys.html | 2034 - .../glfw-3.4/docs/html/group__mods.html | 198 - .../glfw-3.4/docs/html/group__monitor.html | 849 - .../glfw-3.4/docs/html/group__native.html | 837 - .../glfw-3.4/docs/html/group__shapes.html | 337 - .../glfw-3.4/docs/html/group__vulkan.html | 361 - .../glfw-3.4/docs/html/group__window.html | 3608 - .../include/glfw-3.4/docs/html/index.html | 100 - .../include/glfw-3.4/docs/html/input_8md.html | 81 - .../glfw-3.4/docs/html/input_guide.html | 576 - .../glfw-3.4/docs/html/internal_8md.html | 81 - .../glfw-3.4/docs/html/internals_guide.html | 135 - .../include/glfw-3.4/docs/html/intro_8md.html | 81 - .../glfw-3.4/docs/html/intro_guide.html | 429 - .../include/glfw-3.4/docs/html/jquery.js | 34 - .../include/glfw-3.4/docs/html/main_8md.html | 81 - .../include/glfw-3.4/docs/html/menu.js | 136 - .../include/glfw-3.4/docs/html/menudata.js | 30 - .../include/glfw-3.4/docs/html/minus.svg | 8 - .../include/glfw-3.4/docs/html/minusd.svg | 8 - .../glfw-3.4/docs/html/monitor_8md.html | 81 - .../glfw-3.4/docs/html/monitor_guide.html | 228 - .../glfw-3.4/docs/html/moving_8md.html | 81 - .../glfw-3.4/docs/html/moving_guide.html | 360 - .../include/glfw-3.4/docs/html/nav_f.png | Bin 153 -> 0 bytes .../include/glfw-3.4/docs/html/nav_fd.png | Bin 169 -> 0 bytes .../include/glfw-3.4/docs/html/nav_g.png | Bin 95 -> 0 bytes .../include/glfw-3.4/docs/html/nav_h.png | Bin 98 -> 0 bytes .../include/glfw-3.4/docs/html/nav_hd.png | Bin 114 -> 0 bytes .../include/glfw-3.4/docs/html/news.html | 336 - .../include/glfw-3.4/docs/html/news_8md.html | 81 - .../include/glfw-3.4/docs/html/open.png | Bin 123 -> 0 bytes .../include/glfw-3.4/docs/html/pages.html | 99 - .../include/glfw-3.4/docs/html/plus.svg | 9 - .../include/glfw-3.4/docs/html/plusd.svg | 9 - .../include/glfw-3.4/docs/html/quick_8md.html | 81 - .../glfw-3.4/docs/html/quick_guide.html | 406 - .../glfw-3.4/docs/html/search/all_0.js | 4 - .../glfw-3.4/docs/html/search/all_1.js | 4 - .../glfw-3.4/docs/html/search/all_10.js | 13 - .../glfw-3.4/docs/html/search/all_11.js | 11 - .../glfw-3.4/docs/html/search/all_12.js | 26 - .../glfw-3.4/docs/html/search/all_13.js | 51 - .../glfw-3.4/docs/html/search/all_14.js | 22 - .../glfw-3.4/docs/html/search/all_15.js | 35 - .../glfw-3.4/docs/html/search/all_16.js | 29 - .../glfw-3.4/docs/html/search/all_17.js | 8 - .../glfw-3.4/docs/html/search/all_18.js | 44 - .../glfw-3.4/docs/html/search/all_19.js | 60 - .../glfw-3.4/docs/html/search/all_1a.js | 39 - .../glfw-3.4/docs/html/search/all_1b.js | 8 - .../glfw-3.4/docs/html/search/all_1c.js | 32 - .../glfw-3.4/docs/html/search/all_1d.js | 84 - .../glfw-3.4/docs/html/search/all_1e.js | 13 - .../glfw-3.4/docs/html/search/all_1f.js | 4 - .../glfw-3.4/docs/html/search/all_2.js | 5 - .../glfw-3.4/docs/html/search/all_3.js | 4 - .../glfw-3.4/docs/html/search/all_4.js | 4 - .../glfw-3.4/docs/html/search/all_5.js | 4 - .../glfw-3.4/docs/html/search/all_6.js | 4 - .../glfw-3.4/docs/html/search/all_7.js | 58 - .../glfw-3.4/docs/html/search/all_8.js | 21 - .../glfw-3.4/docs/html/search/all_9.js | 82 - .../glfw-3.4/docs/html/search/all_a.js | 20 - .../glfw-3.4/docs/html/search/all_b.js | 26 - .../glfw-3.4/docs/html/search/all_c.js | 35 - .../glfw-3.4/docs/html/search/all_d.js | 555 - .../glfw-3.4/docs/html/search/all_e.js | 23 - .../glfw-3.4/docs/html/search/all_f.js | 40 - .../glfw-3.4/docs/html/search/classes_0.js | 8 - .../glfw-3.4/docs/html/search/close.svg | 18 - .../glfw-3.4/docs/html/search/defines_0.js | 43 - .../glfw-3.4/docs/html/search/files_0.js | 4 - .../glfw-3.4/docs/html/search/files_1.js | 6 - .../glfw-3.4/docs/html/search/files_2.js | 5 - .../glfw-3.4/docs/html/search/files_3.js | 6 - .../glfw-3.4/docs/html/search/files_4.js | 6 - .../glfw-3.4/docs/html/search/files_5.js | 4 - .../glfw-3.4/docs/html/search/files_6.js | 4 - .../glfw-3.4/docs/html/search/files_7.js | 4 - .../glfw-3.4/docs/html/search/files_8.js | 4 - .../glfw-3.4/docs/html/search/functions_0.js | 152 - .../glfw-3.4/docs/html/search/groups_0.js | 6 - .../glfw-3.4/docs/html/search/groups_1.js | 4 - .../glfw-3.4/docs/html/search/groups_10.js | 4 - .../glfw-3.4/docs/html/search/groups_2.js | 6 - .../glfw-3.4/docs/html/search/groups_3.js | 5 - .../glfw-3.4/docs/html/search/groups_4.js | 4 - .../glfw-3.4/docs/html/search/groups_5.js | 5 - .../glfw-3.4/docs/html/search/groups_6.js | 4 - .../glfw-3.4/docs/html/search/groups_7.js | 5 - .../glfw-3.4/docs/html/search/groups_8.js | 5 - .../glfw-3.4/docs/html/search/groups_9.js | 6 - .../glfw-3.4/docs/html/search/groups_a.js | 6 - .../glfw-3.4/docs/html/search/groups_b.js | 4 - .../glfw-3.4/docs/html/search/groups_c.js | 4 - .../glfw-3.4/docs/html/search/groups_d.js | 7 - .../glfw-3.4/docs/html/search/groups_e.js | 4 - .../glfw-3.4/docs/html/search/groups_f.js | 5 - .../include/glfw-3.4/docs/html/search/mag.svg | 24 - .../glfw-3.4/docs/html/search/mag_d.svg | 24 - .../glfw-3.4/docs/html/search/mag_sel.svg | 31 - .../glfw-3.4/docs/html/search/mag_seld.svg | 31 - .../glfw-3.4/docs/html/search/pages_0.js | 4 - .../glfw-3.4/docs/html/search/pages_1.js | 5 - .../glfw-3.4/docs/html/search/pages_10.js | 5 - .../glfw-3.4/docs/html/search/pages_11.js | 4 - .../glfw-3.4/docs/html/search/pages_2.js | 4 - .../glfw-3.4/docs/html/search/pages_3.js | 5 - .../glfw-3.4/docs/html/search/pages_4.js | 4 - .../glfw-3.4/docs/html/search/pages_5.js | 6 - .../glfw-3.4/docs/html/search/pages_6.js | 4 - .../glfw-3.4/docs/html/search/pages_7.js | 5 - .../glfw-3.4/docs/html/search/pages_8.js | 7 - .../glfw-3.4/docs/html/search/pages_9.js | 7 - .../glfw-3.4/docs/html/search/pages_a.js | 4 - .../glfw-3.4/docs/html/search/pages_b.js | 5 - .../glfw-3.4/docs/html/search/pages_c.js | 4 - .../glfw-3.4/docs/html/search/pages_d.js | 4 - .../glfw-3.4/docs/html/search/pages_e.js | 6 - .../glfw-3.4/docs/html/search/pages_f.js | 6 - .../glfw-3.4/docs/html/search/search.css | 291 - .../glfw-3.4/docs/html/search/search.js | 840 - .../glfw-3.4/docs/html/search/searchdata.js | 39 - .../glfw-3.4/docs/html/search/typedefs_0.js | 36 - .../glfw-3.4/docs/html/search/variables_0.js | 5 - .../glfw-3.4/docs/html/search/variables_1.js | 6 - .../glfw-3.4/docs/html/search/variables_2.js | 4 - .../glfw-3.4/docs/html/search/variables_3.js | 5 - .../glfw-3.4/docs/html/search/variables_4.js | 4 - .../glfw-3.4/docs/html/search/variables_5.js | 4 - .../glfw-3.4/docs/html/search/variables_6.js | 7 - .../glfw-3.4/docs/html/search/variables_7.js | 4 - .../glfw-3.4/docs/html/search/variables_8.js | 4 - .../glfw-3.4/docs/html/search/variables_9.js | 4 - .../include/glfw-3.4/docs/html/spaces.svg | 877 - .../include/glfw-3.4/docs/html/splitbar.png | Bin 314 -> 0 bytes .../include/glfw-3.4/docs/html/splitbard.png | Bin 282 -> 0 bytes .../docs/html/struct_g_l_f_wallocator.html | 168 - .../docs/html/struct_g_l_f_wgamepadstate.html | 134 - .../docs/html/struct_g_l_f_wgammaramp.html | 170 - .../docs/html/struct_g_l_f_wimage.html | 151 - .../docs/html/struct_g_l_f_wvidmode.html | 204 - .../include/glfw-3.4/docs/html/sync_off.png | Bin 853 -> 0 bytes .../include/glfw-3.4/docs/html/sync_on.png | Bin 845 -> 0 bytes .../include/glfw-3.4/docs/html/tab_a.png | Bin 142 -> 0 bytes .../include/glfw-3.4/docs/html/tab_ad.png | Bin 135 -> 0 bytes .../include/glfw-3.4/docs/html/tab_b.png | Bin 169 -> 0 bytes .../include/glfw-3.4/docs/html/tab_bd.png | Bin 173 -> 0 bytes .../include/glfw-3.4/docs/html/tab_h.png | Bin 177 -> 0 bytes .../include/glfw-3.4/docs/html/tab_hd.png | Bin 180 -> 0 bytes .../include/glfw-3.4/docs/html/tab_s.png | Bin 184 -> 0 bytes .../include/glfw-3.4/docs/html/tab_sd.png | Bin 188 -> 0 bytes .../include/glfw-3.4/docs/html/tabs.css | 1 - .../include/glfw-3.4/docs/html/topics.html | 101 - .../glfw-3.4/docs/html/vulkan_8md.html | 81 - .../glfw-3.4/docs/html/vulkan_guide.html | 206 - .../glfw-3.4/docs/html/window_8md.html | 81 - .../glfw-3.4/docs/html/window_guide.html | 806 - enginecustom/include/glfw-3.4/docs/input.md | 981 - .../include/glfw-3.4/docs/internal.md | 120 - enginecustom/include/glfw-3.4/docs/intro.md | 637 - enginecustom/include/glfw-3.4/docs/main.md | 38 - enginecustom/include/glfw-3.4/docs/monitor.md | 257 - enginecustom/include/glfw-3.4/docs/moving.md | 521 - enginecustom/include/glfw-3.4/docs/news.md | 402 - enginecustom/include/glfw-3.4/docs/quick.md | 365 - enginecustom/include/glfw-3.4/docs/spaces.svg | 877 - enginecustom/include/glfw-3.4/docs/vulkan.md | 250 - enginecustom/include/glfw-3.4/docs/window.md | 1530 - .../include/glfw-3.4/examples/CMakeLists.txt | 83 - .../include/glfw-3.4/examples/boing.c | 680 - .../include/glfw-3.4/examples/gears.c | 361 - .../include/glfw-3.4/examples/glfw.icns | Bin 27988 -> 0 bytes .../include/glfw-3.4/examples/glfw.ico | Bin 21630 -> 0 bytes .../include/glfw-3.4/examples/glfw.rc | 3 - .../include/glfw-3.4/examples/heightmap.c | 513 - .../include/glfw-3.4/examples/offscreen.c | 165 - .../include/glfw-3.4/examples/particles.c | 1074 - .../include/glfw-3.4/examples/sharing.c | 234 - .../include/glfw-3.4/examples/splitview.c | 547 - .../glfw-3.4/examples/triangle-opengl.c | 171 - .../glfw-3.4/examples/triangle-opengles.c | 170 - enginecustom/include/glfw-3.4/examples/wave.c | 463 - .../include/glfw-3.4/examples/windows.c | 106 - .../include/glfw-3.4/src/CMakeLists.txt | 368 - .../include/glfw-3.4/src/cocoa_init.m | 695 - .../include/glfw-3.4/src/cocoa_joystick.h | 49 - .../include/glfw-3.4/src/cocoa_joystick.m | 485 - .../include/glfw-3.4/src/cocoa_monitor.m | 643 - .../include/glfw-3.4/src/cocoa_platform.h | 302 - .../include/glfw-3.4/src/cocoa_time.c | 57 - .../include/glfw-3.4/src/cocoa_time.h | 35 - .../include/glfw-3.4/src/cocoa_window.m | 2072 - enginecustom/include/glfw-3.4/src/context.c | 765 - .../include/glfw-3.4/src/egl_context.c | 911 - enginecustom/include/glfw-3.4/src/glfw.rc.in | 30 - .../include/glfw-3.4/src/glx_context.c | 719 - enginecustom/include/glfw-3.4/src/init.c | 528 - enginecustom/include/glfw-3.4/src/input.c | 1505 - enginecustom/include/glfw-3.4/src/internal.h | 1009 - .../include/glfw-3.4/src/linux_joystick.c | 436 - .../include/glfw-3.4/src/linux_joystick.h | 64 - enginecustom/include/glfw-3.4/src/mappings.h | 1001 - .../include/glfw-3.4/src/mappings.h.in | 82 - enginecustom/include/glfw-3.4/src/monitor.c | 548 - .../include/glfw-3.4/src/nsgl_context.m | 384 - enginecustom/include/glfw-3.4/src/null_init.c | 264 - .../include/glfw-3.4/src/null_joystick.c | 56 - .../include/glfw-3.4/src/null_joystick.h | 32 - .../include/glfw-3.4/src/null_monitor.c | 160 - .../include/glfw-3.4/src/null_platform.h | 271 - .../include/glfw-3.4/src/null_window.c | 719 - .../include/glfw-3.4/src/osmesa_context.c | 383 - enginecustom/include/glfw-3.4/src/platform.c | 212 - enginecustom/include/glfw-3.4/src/platform.h | 212 - .../include/glfw-3.4/src/posix_module.c | 53 - .../include/glfw-3.4/src/posix_poll.c | 83 - .../include/glfw-3.4/src/posix_poll.h | 30 - .../include/glfw-3.4/src/posix_thread.c | 107 - .../include/glfw-3.4/src/posix_thread.h | 49 - .../include/glfw-3.4/src/posix_time.c | 65 - .../include/glfw-3.4/src/posix_time.h | 41 - enginecustom/include/glfw-3.4/src/vulkan.c | 328 - .../include/glfw-3.4/src/wgl_context.c | 798 - .../include/glfw-3.4/src/win32_init.c | 731 - .../include/glfw-3.4/src/win32_joystick.c | 767 - .../include/glfw-3.4/src/win32_joystick.h | 51 - .../include/glfw-3.4/src/win32_module.c | 51 - .../include/glfw-3.4/src/win32_monitor.c | 569 - .../include/glfw-3.4/src/win32_platform.h | 627 - .../include/glfw-3.4/src/win32_thread.c | 100 - .../include/glfw-3.4/src/win32_thread.h | 53 - .../include/glfw-3.4/src/win32_time.c | 54 - .../include/glfw-3.4/src/win32_time.h | 43 - .../include/glfw-3.4/src/win32_window.c | 2593 - enginecustom/include/glfw-3.4/src/window.c | 1172 - enginecustom/include/glfw-3.4/src/wl_init.c | 1003 - .../include/glfw-3.4/src/wl_monitor.c | 274 - .../include/glfw-3.4/src/wl_platform.h | 691 - enginecustom/include/glfw-3.4/src/wl_window.c | 3308 - enginecustom/include/glfw-3.4/src/x11_init.c | 1656 - .../include/glfw-3.4/src/x11_monitor.c | 641 - .../include/glfw-3.4/src/x11_platform.h | 1004 - .../include/glfw-3.4/src/x11_window.c | 3357 - .../include/glfw-3.4/src/xkb_unicode.c | 943 - .../include/glfw-3.4/src/xkb_unicode.h | 30 - .../include/glfw-3.4/tests/CMakeLists.txt | 86 - .../include/glfw-3.4/tests/allocator.c | 142 - .../include/glfw-3.4/tests/clipboard.c | 146 - enginecustom/include/glfw-3.4/tests/cursor.c | 495 - enginecustom/include/glfw-3.4/tests/empty.c | 133 - enginecustom/include/glfw-3.4/tests/events.c | 681 - enginecustom/include/glfw-3.4/tests/gamma.c | 187 - .../include/glfw-3.4/tests/glfwinfo.c | 1100 - enginecustom/include/glfw-3.4/tests/icon.c | 150 - enginecustom/include/glfw-3.4/tests/iconify.c | 298 - .../include/glfw-3.4/tests/inputlag.c | 310 - .../include/glfw-3.4/tests/joysticks.c | 346 - .../include/glfw-3.4/tests/monitors.c | 263 - enginecustom/include/glfw-3.4/tests/msaa.c | 221 - enginecustom/include/glfw-3.4/tests/reopen.c | 241 - enginecustom/include/glfw-3.4/tests/tearing.c | 251 - enginecustom/include/glfw-3.4/tests/threads.c | 151 - enginecustom/include/glfw-3.4/tests/timeout.c | 99 - enginecustom/include/glfw-3.4/tests/title.c | 73 - .../include/glfw-3.4/tests/triangle-vulkan.c | 2140 - enginecustom/include/glfw-3.4/tests/window.c | 457 - enginecustom/src/inc/system/vulkan.h | 1 + 1067 files changed, 654174 insertions(+), 144384 deletions(-) rename enginecustom/include/{glfw-3.4 => GLFW}/include/GLFW/glfw3.h (100%) rename enginecustom/include/{glfw-3.4 => GLFW}/include/GLFW/glfw3native.h (100%) create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_assert.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_atomic.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_audio.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_bits.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_blendmode.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_clipboard.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_config.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_copying.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_cpuinfo.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_egl.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_endian.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_error.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_events.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_filesystem.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_gamecontroller.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_gesture.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_guid.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_haptic.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_hidapi.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_hints.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_joystick.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_keyboard.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_keycode.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_loadso.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_locale.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_log.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_main.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_messagebox.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_metal.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_misc.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_mouse.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_mutex.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_name.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_opengl.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_opengl_glext.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_opengles.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_opengles2.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_opengles2_gl2.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_opengles2_gl2ext.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_opengles2_gl2platform.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_opengles2_khrplatform.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_pixels.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_platform.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_power.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_quit.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_rect.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_render.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_revision.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_rwops.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_scancode.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_sensor.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_shape.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_stdinc.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_surface.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_system.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_syswm.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_assert.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_common.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_compare.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_crc32.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_font.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_fuzzer.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_harness.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_images.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_log.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_md5.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_memory.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_test_random.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_thread.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_timer.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_touch.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_types.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_version.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_video.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/SDL_vulkan.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/begin_code.h create mode 100644 enginecustom/include/Vulkan/Include/SDL2/close_code.h create mode 100644 enginecustom/include/Vulkan/Include/Volk/volk.c create mode 100644 enginecustom/include/Vulkan/Include/Volk/volk.h create mode 100644 enginecustom/include/Vulkan/Include/dxc/WinAdapter.h create mode 100644 enginecustom/include/Vulkan/Include/dxc/dxcapi.h create mode 100644 enginecustom/include/Vulkan/Include/glm/CMakeLists.txt create mode 100644 enginecustom/include/Vulkan/Include/glm/common.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/_features.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/_fixes.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/_noise.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/_swizzle.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/_swizzle_func.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/_vectorize.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/compute_common.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/compute_vector_decl.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/compute_vector_relational.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_common.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_common_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_exponential.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_exponential_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_geometric.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_geometric_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_integer.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_integer_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_matrix.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_matrix_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_packing.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_packing_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_trigonometric.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_trigonometric_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_vector_relational.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/func_vector_relational_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/glm.cpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/qualifier.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/setup.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_float.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_half.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_half.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat2x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat2x2.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat2x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat2x3.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat2x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat2x4.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat3x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat3x2.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat3x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat3x3.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat3x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat3x4.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat4x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat4x2.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat4x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat4x3.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat4x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat4x4.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_mat4x4_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_quat.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_quat.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_quat_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_vec1.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_vec1.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_vec2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_vec2.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_vec3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_vec3.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_vec4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_vec4.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/detail/type_vec4_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/exponential.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/_matrix_vectorize.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_clip_space.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_clip_space.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_common.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_common.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double2x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double2x2_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double2x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double2x3_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double2x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double2x4_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double3x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double3x2_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double3x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double3x3_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double3x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double3x4_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double4x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double4x2_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double4x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double4x3_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double4x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_double4x4_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float2x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float2x2_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float2x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float2x3_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float2x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float2x4_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float3x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float3x2_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float3x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float3x3_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float3x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float3x4_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float4x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float4x2_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float4x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float4x3_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float4x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_float4x4_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int2x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int2x2_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int2x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int2x3_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int2x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int2x4_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int3x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int3x2_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int3x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int3x3_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int3x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int3x4_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int4x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int4x2_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int4x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int4x3_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int4x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_int4x4_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_integer.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_integer.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_projection.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_projection.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_relational.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_relational.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_transform.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_transform.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint2x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint2x2_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint2x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint2x3_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint2x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint2x4_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint3x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint3x2_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint3x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint3x3_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint3x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint3x4_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint4x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint4x2_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint4x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint4x3_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint4x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/matrix_uint4x4_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_common.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_common.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_common_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_double.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_double_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_exponential.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_exponential.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_float.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_float_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_geometric.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_geometric.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_relational.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_relational.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_transform.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_transform.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_trigonometric.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/quaternion_trigonometric.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_common.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_common.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_constants.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_constants.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_int_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_integer.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_integer.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_packing.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_packing.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_reciprocal.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_reciprocal.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_relational.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_relational.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_uint_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_ulp.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/scalar_ulp.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_bool1.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_bool1_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_bool2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_bool2_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_bool3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_bool3_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_bool4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_bool4_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_common.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_common.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_double1.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_double1_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_double2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_double2_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_double3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_double3_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_double4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_double4_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_float1.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_float1_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_float2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_float2_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_float3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_float3_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_float4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_float4_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_int1.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_int1_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_int2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_int2_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_int3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_int3_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_int4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_int4_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_integer.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_integer.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_packing.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_packing.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_reciprocal.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_reciprocal.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_relational.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_relational.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_uint1.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_uint1_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_uint2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_uint2_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_uint3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_uint3_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_uint4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_uint4_sized.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_ulp.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/ext/vector_ulp.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/fwd.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/geometric.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/glm.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/bitfield.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/bitfield.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/color_space.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/color_space.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/constants.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/constants.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/epsilon.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/epsilon.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/integer.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/integer.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/matrix_access.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/matrix_access.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/matrix_integer.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/matrix_inverse.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/matrix_inverse.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/matrix_transform.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/matrix_transform.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/noise.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/noise.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/packing.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/packing.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/quaternion.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/quaternion.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/quaternion_simd.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/random.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/random.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/reciprocal.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/round.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/round.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/type_aligned.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/type_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/type_precision.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/type_ptr.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/type_ptr.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/ulp.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/ulp.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtc/vec1.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/associated_min_max.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/associated_min_max.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/bit.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/bit.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/closest_point.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/closest_point.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/color_encoding.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/color_encoding.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/color_space.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/color_space.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/color_space_YCoCg.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/color_space_YCoCg.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/common.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/common.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/compatibility.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/compatibility.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/component_wise.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/component_wise.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/dual_quaternion.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/dual_quaternion.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/easing.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/easing.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/euler_angles.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/euler_angles.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/extend.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/extend.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/extended_min_max.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/extended_min_max.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/exterior_product.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/exterior_product.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/fast_exponential.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/fast_exponential.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/fast_square_root.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/fast_square_root.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/fast_trigonometry.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/fast_trigonometry.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/float_notmalize.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/functions.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/functions.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/gradient_paint.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/gradient_paint.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/handed_coordinate_space.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/handed_coordinate_space.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/hash.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/hash.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/integer.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/integer.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/intersect.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/intersect.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/io.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/io.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/log_base.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/log_base.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_cross_product.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_cross_product.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_decompose.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_decompose.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_factorisation.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_factorisation.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_interpolation.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_interpolation.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_major_storage.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_major_storage.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_operation.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_operation.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_query.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_query.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_transform_2d.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/matrix_transform_2d.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/mixed_product.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/mixed_product.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/norm.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/norm.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/normal.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/normal.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/normalize_dot.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/normalize_dot.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/number_precision.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/optimum_pow.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/optimum_pow.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/orthonormalize.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/orthonormalize.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/pca.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/pca.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/perpendicular.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/perpendicular.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/polar_coordinates.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/polar_coordinates.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/projection.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/projection.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/quaternion.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/quaternion.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/range.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/raw_data.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/raw_data.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/rotate_normalized_axis.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/rotate_normalized_axis.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/rotate_vector.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/rotate_vector.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/scalar_multiplication.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/scalar_relational.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/scalar_relational.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/spline.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/spline.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/std_based_type.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/std_based_type.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/string_cast.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/string_cast.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/texture.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/texture.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/transform.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/transform.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/transform2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/transform2.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/type_aligned.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/type_aligned.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/type_trait.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/type_trait.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/vec_swizzle.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/vector_angle.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/vector_angle.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/vector_query.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/vector_query.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/wrap.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/gtx/wrap.inl create mode 100644 enginecustom/include/Vulkan/Include/glm/integer.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/mat2x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/mat2x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/mat2x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/mat3x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/mat3x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/mat3x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/mat4x2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/mat4x3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/mat4x4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/matrix.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/packing.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/common.h create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/exponential.h create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/geometric.h create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/integer.h create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/matrix.h create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/neon.h create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/packing.h create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/platform.h create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/trigonometric.h create mode 100644 enginecustom/include/Vulkan/Include/glm/simd/vector_relational.h create mode 100644 enginecustom/include/Vulkan/Include/glm/trigonometric.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/vec2.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/vec3.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/vec4.hpp create mode 100644 enginecustom/include/Vulkan/Include/glm/vector_relational.hpp create mode 100644 enginecustom/include/Vulkan/Include/glslang/Include/ResourceLimits.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/Include/glslang_c_interface.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/Include/glslang_c_shader_types.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/Include/visibility.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/MachineIndependent/Versions.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/Public/ResourceLimits.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/Public/ShaderLang.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/Public/resource_limits_c.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/SPIRV/GlslangToSpv.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/SPIRV/Logger.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/SPIRV/SPVRemapper.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/SPIRV/SpvTools.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/SPIRV/disassemble.h create mode 100644 enginecustom/include/Vulkan/Include/glslang/SPIRV/spirv.hpp create mode 100644 enginecustom/include/Vulkan/Include/glslang/build_info.h create mode 100644 enginecustom/include/Vulkan/Include/shaderc/env.h create mode 100644 enginecustom/include/Vulkan/Include/shaderc/shaderc.h create mode 100644 enginecustom/include/Vulkan/Include/shaderc/shaderc.hpp create mode 100644 enginecustom/include/Vulkan/Include/shaderc/status.h create mode 100644 enginecustom/include/Vulkan/Include/shaderc/visibility.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-com-helper.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-com-ptr.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-cpp-host-prelude.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-cpp-prelude.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-cpp-scalar-intrinsics.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-cpp-types-core.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-cpp-types.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-cuda-prelude.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-deprecated.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-gfx.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-hlsl-prelude.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-image-format-defs.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-llvm.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-tag-version.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang-torch-prelude.h create mode 100644 enginecustom/include/Vulkan/Include/slang/slang.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/AMD_gcn_shader.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/AMD_shader_ballot.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/AMD_shader_explicit_vertex_parameter.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/AMD_shader_trinary_minmax.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/DebugInfo.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/GLSL.std.450.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/NonSemanticClspvReflection.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/NonSemanticDebugBreak.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/NonSemanticDebugPrintf.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/NonSemanticShaderDebugInfo100.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/NonSemanticVkspReflection.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/OpenCL.std.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/OpenCLDebugInfo100.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.debuginfo.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.glsl.std.450.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.nonsemantic.clspvreflection.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.nonsemantic.debugbreak.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.nonsemantic.debugprintf.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.nonsemantic.shader.debuginfo.100.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.nonsemantic.vkspreflection.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.opencl.debuginfo.100.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.opencl.std.100.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.spv-amd-gcn-shader.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.spv-amd-shader-ballot.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/extinst.spv-amd-shader-trinary-minmax.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spir-v.xml create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spirv.bf create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spirv.core.grammar.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spirv.cs create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spirv.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spirv.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spirv.hpp11 create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spirv.json create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spirv.lua create mode 100644 enginecustom/include/Vulkan/Include/spirv-headers/spirv.py create mode 100644 enginecustom/include/Vulkan/Include/spirv-tools/libspirv.h create mode 100644 enginecustom/include/Vulkan/Include/spirv-tools/libspirv.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv-tools/linker.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv-tools/optimizer.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/GLSL.std.450.h create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv.h create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_cfg.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_common.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_cpp.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_cross.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_cross_c.h create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_cross_containers.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_cross_error_handling.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_cross_parsed_ir.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_cross_util.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_glsl.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_hlsl.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_msl.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_parser.hpp create mode 100644 enginecustom/include/Vulkan/Include/spirv_cross/spirv_reflect.hpp create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codec_av1std.h create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codec_av1std_decode.h create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codec_av1std_encode.h create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codec_h264std.h create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codec_h264std_decode.h create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codec_h264std_encode.h create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codec_h265std.h create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codec_h265std_decode.h create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codec_h265std_encode.h create mode 100644 enginecustom/include/Vulkan/Include/vk_video/vulkan_video_codecs_common.h create mode 100644 enginecustom/include/Vulkan/Include/vma/vk_mem_alloc.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/utility/vk_concurrent_unordered_map.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/utility/vk_dispatch_table.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/utility/vk_format_utils.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/utility/vk_safe_struct.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/utility/vk_safe_struct_utils.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/utility/vk_small_containers.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/utility/vk_sparse_range_map.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/utility/vk_struct_helper.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vk_enum_string_helper.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vk_icd.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vk_layer.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vk_platform.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan.cppm create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_android.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_beta.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_core.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_directfb.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_enums.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_extension_inspection.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_format_traits.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_fuchsia.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_funcs.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_ggp.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_handles.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_hash.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_hpp_macros.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_ios.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_macos.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_metal.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_profiles.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_raii.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_screen.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_shared.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_static_assertions.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_structs.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_to_string.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_vi.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_video.hpp create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_wayland.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_win32.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_xcb.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_xlib.h create mode 100644 enginecustom/include/Vulkan/Include/vulkan/vulkan_xlib_xrandr.h create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-HeadersConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-HeadersConfigVersion.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-diffConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-diffTargets-relwithdebinfo.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-diffTargets.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-linkConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-linkTargets-relwithdebinfo.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-linkTargets.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-lintConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-lintTargets-relwithdebinfo.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-lintTargets.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-optConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-optTargets-relwithdebinfo.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-optTargets.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-reduceConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-reduceTarget-relwithdebinfo.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-reduceTarget.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-toolsConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-toolsTargets-relwithdebinfo.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/SPIRV-Tools-toolsTargets.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/glslang/glslang-config-version.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/glslang/glslang-config.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/glslang/glslang-targets-debug.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/glslang/glslang-targets-relwithdebinfo.cmake create mode 100644 enginecustom/include/Vulkan/Lib/cmake/glslang/glslang-targets.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_c/cmake/spirv_cross_cConfig-release.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_c/cmake/spirv_cross_cConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_c_shared/cmake/spirv_cross_c_sharedConfig-release.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_c_shared/cmake/spirv_cross_c_sharedConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_core/cmake/spirv_cross_coreConfig-release.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_core/cmake/spirv_cross_coreConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_cpp/cmake/spirv_cross_cppConfig-release.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_cpp/cmake/spirv_cross_cppConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_glsl/cmake/spirv_cross_glslConfig-release.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_glsl/cmake/spirv_cross_glslConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_hlsl/cmake/spirv_cross_hlslConfig-release.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_hlsl/cmake/spirv_cross_hlslConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_msl/cmake/spirv_cross_mslConfig-release.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_msl/cmake/spirv_cross_mslConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_reflect/cmake/spirv_cross_reflectConfig-release.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_reflect/cmake/spirv_cross_reflectConfig.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_util/cmake/spirv_cross_utilConfig-release.cmake create mode 100644 enginecustom/include/Vulkan/Lib/spirv_cross_util/cmake/spirv_cross_utilConfig.cmake delete mode 100644 enginecustom/include/glfw-3.4/CMake/GenerateMappings.cmake delete mode 100644 enginecustom/include/glfw-3.4/CMake/Info.plist.in delete mode 100644 enginecustom/include/glfw-3.4/CMake/cmake_uninstall.cmake.in delete mode 100644 enginecustom/include/glfw-3.4/CMake/glfw3.pc.in delete mode 100644 enginecustom/include/glfw-3.4/CMake/glfw3Config.cmake.in delete mode 100644 enginecustom/include/glfw-3.4/CMake/i686-w64-mingw32-clang.cmake delete mode 100644 enginecustom/include/glfw-3.4/CMake/i686-w64-mingw32.cmake delete mode 100644 enginecustom/include/glfw-3.4/CMake/modules/FindEpollShim.cmake delete mode 100644 enginecustom/include/glfw-3.4/CMake/modules/FindOSMesa.cmake delete mode 100644 enginecustom/include/glfw-3.4/CMake/x86_64-w64-mingw32-clang.cmake delete mode 100644 enginecustom/include/glfw-3.4/CMake/x86_64-w64-mingw32.cmake delete mode 100644 enginecustom/include/glfw-3.4/CMakeLists.txt delete mode 100644 enginecustom/include/glfw-3.4/CONTRIBUTORS.md delete mode 100644 enginecustom/include/glfw-3.4/LICENSE.md delete mode 100644 enginecustom/include/glfw-3.4/README.md delete mode 100644 enginecustom/include/glfw-3.4/deps/getopt.c delete mode 100644 enginecustom/include/glfw-3.4/deps/getopt.h delete mode 100644 enginecustom/include/glfw-3.4/deps/glad/gl.h delete mode 100644 enginecustom/include/glfw-3.4/deps/glad/gles2.h delete mode 100644 enginecustom/include/glfw-3.4/deps/glad/vulkan.h delete mode 100644 enginecustom/include/glfw-3.4/deps/linmath.h delete mode 100644 enginecustom/include/glfw-3.4/deps/mingw/_mingw_dxhelper.h delete mode 100644 enginecustom/include/glfw-3.4/deps/mingw/dinput.h delete mode 100644 enginecustom/include/glfw-3.4/deps/mingw/xinput.h delete mode 100644 enginecustom/include/glfw-3.4/deps/nuklear.h delete mode 100644 enginecustom/include/glfw-3.4/deps/nuklear_glfw_gl2.h delete mode 100644 enginecustom/include/glfw-3.4/deps/stb_image_write.h delete mode 100644 enginecustom/include/glfw-3.4/deps/tinycthread.c delete mode 100644 enginecustom/include/glfw-3.4/deps/tinycthread.h delete mode 100644 enginecustom/include/glfw-3.4/deps/wayland/fractional-scale-v1.xml delete mode 100644 enginecustom/include/glfw-3.4/deps/wayland/idle-inhibit-unstable-v1.xml delete mode 100644 enginecustom/include/glfw-3.4/deps/wayland/pointer-constraints-unstable-v1.xml delete mode 100644 enginecustom/include/glfw-3.4/deps/wayland/relative-pointer-unstable-v1.xml delete mode 100644 enginecustom/include/glfw-3.4/deps/wayland/viewporter.xml delete mode 100644 enginecustom/include/glfw-3.4/deps/wayland/wayland.xml delete mode 100644 enginecustom/include/glfw-3.4/deps/wayland/xdg-activation-v1.xml delete mode 100644 enginecustom/include/glfw-3.4/deps/wayland/xdg-decoration-unstable-v1.xml delete mode 100644 enginecustom/include/glfw-3.4/deps/wayland/xdg-shell.xml delete mode 100644 enginecustom/include/glfw-3.4/docs/CMakeLists.txt delete mode 100644 enginecustom/include/glfw-3.4/docs/CONTRIBUTING.md delete mode 100644 enginecustom/include/glfw-3.4/docs/Doxyfile.in delete mode 100644 enginecustom/include/glfw-3.4/docs/DoxygenLayout.xml delete mode 100644 enginecustom/include/glfw-3.4/docs/SUPPORT.md delete mode 100644 enginecustom/include/glfw-3.4/docs/build.md delete mode 100644 enginecustom/include/glfw-3.4/docs/compat.md delete mode 100644 enginecustom/include/glfw-3.4/docs/compile.md delete mode 100644 enginecustom/include/glfw-3.4/docs/context.md delete mode 100644 enginecustom/include/glfw-3.4/docs/extra.css delete mode 100644 enginecustom/include/glfw-3.4/docs/extra.css.map delete mode 100644 enginecustom/include/glfw-3.4/docs/extra.scss delete mode 100644 enginecustom/include/glfw-3.4/docs/footer.html delete mode 100644 enginecustom/include/glfw-3.4/docs/header.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/bc_s.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/bc_sd.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/build_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/build_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/closed.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/compat_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/compat_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/compile_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/compile_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/context_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/context_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/deprecated.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/dir_13577e2d8b9423099662de029791bd7d.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/dir_7f92719a7fe62e5b064f87d7a3c220b1.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/dir_a788ef6c2b1e5b367804e0b6ccfd6f11.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/dir_b11153cd0f4fd04a7564cc166f482635.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/doc.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/docd.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/doxygen.css delete mode 100644 enginecustom/include/glfw-3.4/docs/html/doxygen.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/dynsections.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/extra.css delete mode 100644 enginecustom/include/glfw-3.4/docs/html/files.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/folderclosed.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/folderclosedd.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/folderopen.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/folderopend.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/glfw3_8h.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/glfw3_8h_source.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/glfw3native_8h.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/glfw3native_8h_source.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__buttons.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__context.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__errors.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__gamepad__axes.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__gamepad__buttons.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__hat__state.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__init.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__input.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__joysticks.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__keys.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__mods.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__monitor.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__native.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__shapes.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__vulkan.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/group__window.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/index.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/input_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/input_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/internal_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/internals_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/intro_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/intro_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/jquery.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/main_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/menu.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/menudata.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/minus.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/minusd.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/monitor_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/monitor_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/moving_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/moving_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/nav_f.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/nav_fd.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/nav_g.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/nav_h.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/nav_hd.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/news.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/news_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/open.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/pages.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/plus.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/plusd.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/quick_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/quick_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_0.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_1.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_10.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_11.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_12.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_13.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_14.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_15.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_16.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_17.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_18.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_19.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_1a.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_1b.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_1c.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_1d.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_1e.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_1f.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_2.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_3.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_4.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_5.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_6.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_7.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_8.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_9.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_a.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_b.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_c.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_d.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_e.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/all_f.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/classes_0.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/close.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/defines_0.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/files_0.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/files_1.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/files_2.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/files_3.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/files_4.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/files_5.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/files_6.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/files_7.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/files_8.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/functions_0.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_0.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_1.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_10.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_2.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_3.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_4.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_5.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_6.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_7.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_8.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_9.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_a.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_b.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_c.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_d.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_e.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/groups_f.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/mag.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/mag_d.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/mag_sel.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/mag_seld.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_0.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_1.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_10.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_11.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_2.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_3.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_4.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_5.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_6.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_7.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_8.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_9.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_a.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_b.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_c.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_d.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_e.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/pages_f.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/search.css delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/search.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/searchdata.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/typedefs_0.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_0.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_1.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_2.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_3.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_4.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_5.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_6.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_7.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_8.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/search/variables_9.js delete mode 100644 enginecustom/include/glfw-3.4/docs/html/spaces.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/html/splitbar.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/splitbard.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/struct_g_l_f_wallocator.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/struct_g_l_f_wgamepadstate.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/struct_g_l_f_wgammaramp.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/struct_g_l_f_wimage.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/struct_g_l_f_wvidmode.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/sync_off.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/sync_on.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/tab_a.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/tab_ad.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/tab_b.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/tab_bd.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/tab_h.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/tab_hd.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/tab_s.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/tab_sd.png delete mode 100644 enginecustom/include/glfw-3.4/docs/html/tabs.css delete mode 100644 enginecustom/include/glfw-3.4/docs/html/topics.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/vulkan_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/vulkan_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/window_8md.html delete mode 100644 enginecustom/include/glfw-3.4/docs/html/window_guide.html delete mode 100644 enginecustom/include/glfw-3.4/docs/input.md delete mode 100644 enginecustom/include/glfw-3.4/docs/internal.md delete mode 100644 enginecustom/include/glfw-3.4/docs/intro.md delete mode 100644 enginecustom/include/glfw-3.4/docs/main.md delete mode 100644 enginecustom/include/glfw-3.4/docs/monitor.md delete mode 100644 enginecustom/include/glfw-3.4/docs/moving.md delete mode 100644 enginecustom/include/glfw-3.4/docs/news.md delete mode 100644 enginecustom/include/glfw-3.4/docs/quick.md delete mode 100644 enginecustom/include/glfw-3.4/docs/spaces.svg delete mode 100644 enginecustom/include/glfw-3.4/docs/vulkan.md delete mode 100644 enginecustom/include/glfw-3.4/docs/window.md delete mode 100644 enginecustom/include/glfw-3.4/examples/CMakeLists.txt delete mode 100644 enginecustom/include/glfw-3.4/examples/boing.c delete mode 100644 enginecustom/include/glfw-3.4/examples/gears.c delete mode 100644 enginecustom/include/glfw-3.4/examples/glfw.icns delete mode 100644 enginecustom/include/glfw-3.4/examples/glfw.ico delete mode 100644 enginecustom/include/glfw-3.4/examples/glfw.rc delete mode 100644 enginecustom/include/glfw-3.4/examples/heightmap.c delete mode 100644 enginecustom/include/glfw-3.4/examples/offscreen.c delete mode 100644 enginecustom/include/glfw-3.4/examples/particles.c delete mode 100644 enginecustom/include/glfw-3.4/examples/sharing.c delete mode 100644 enginecustom/include/glfw-3.4/examples/splitview.c delete mode 100644 enginecustom/include/glfw-3.4/examples/triangle-opengl.c delete mode 100644 enginecustom/include/glfw-3.4/examples/triangle-opengles.c delete mode 100644 enginecustom/include/glfw-3.4/examples/wave.c delete mode 100644 enginecustom/include/glfw-3.4/examples/windows.c delete mode 100644 enginecustom/include/glfw-3.4/src/CMakeLists.txt delete mode 100644 enginecustom/include/glfw-3.4/src/cocoa_init.m delete mode 100644 enginecustom/include/glfw-3.4/src/cocoa_joystick.h delete mode 100644 enginecustom/include/glfw-3.4/src/cocoa_joystick.m delete mode 100644 enginecustom/include/glfw-3.4/src/cocoa_monitor.m delete mode 100644 enginecustom/include/glfw-3.4/src/cocoa_platform.h delete mode 100644 enginecustom/include/glfw-3.4/src/cocoa_time.c delete mode 100644 enginecustom/include/glfw-3.4/src/cocoa_time.h delete mode 100644 enginecustom/include/glfw-3.4/src/cocoa_window.m delete mode 100644 enginecustom/include/glfw-3.4/src/context.c delete mode 100644 enginecustom/include/glfw-3.4/src/egl_context.c delete mode 100644 enginecustom/include/glfw-3.4/src/glfw.rc.in delete mode 100644 enginecustom/include/glfw-3.4/src/glx_context.c delete mode 100644 enginecustom/include/glfw-3.4/src/init.c delete mode 100644 enginecustom/include/glfw-3.4/src/input.c delete mode 100644 enginecustom/include/glfw-3.4/src/internal.h delete mode 100644 enginecustom/include/glfw-3.4/src/linux_joystick.c delete mode 100644 enginecustom/include/glfw-3.4/src/linux_joystick.h delete mode 100644 enginecustom/include/glfw-3.4/src/mappings.h delete mode 100644 enginecustom/include/glfw-3.4/src/mappings.h.in delete mode 100644 enginecustom/include/glfw-3.4/src/monitor.c delete mode 100644 enginecustom/include/glfw-3.4/src/nsgl_context.m delete mode 100644 enginecustom/include/glfw-3.4/src/null_init.c delete mode 100644 enginecustom/include/glfw-3.4/src/null_joystick.c delete mode 100644 enginecustom/include/glfw-3.4/src/null_joystick.h delete mode 100644 enginecustom/include/glfw-3.4/src/null_monitor.c delete mode 100644 enginecustom/include/glfw-3.4/src/null_platform.h delete mode 100644 enginecustom/include/glfw-3.4/src/null_window.c delete mode 100644 enginecustom/include/glfw-3.4/src/osmesa_context.c delete mode 100644 enginecustom/include/glfw-3.4/src/platform.c delete mode 100644 enginecustom/include/glfw-3.4/src/platform.h delete mode 100644 enginecustom/include/glfw-3.4/src/posix_module.c delete mode 100644 enginecustom/include/glfw-3.4/src/posix_poll.c delete mode 100644 enginecustom/include/glfw-3.4/src/posix_poll.h delete mode 100644 enginecustom/include/glfw-3.4/src/posix_thread.c delete mode 100644 enginecustom/include/glfw-3.4/src/posix_thread.h delete mode 100644 enginecustom/include/glfw-3.4/src/posix_time.c delete mode 100644 enginecustom/include/glfw-3.4/src/posix_time.h delete mode 100644 enginecustom/include/glfw-3.4/src/vulkan.c delete mode 100644 enginecustom/include/glfw-3.4/src/wgl_context.c delete mode 100644 enginecustom/include/glfw-3.4/src/win32_init.c delete mode 100644 enginecustom/include/glfw-3.4/src/win32_joystick.c delete mode 100644 enginecustom/include/glfw-3.4/src/win32_joystick.h delete mode 100644 enginecustom/include/glfw-3.4/src/win32_module.c delete mode 100644 enginecustom/include/glfw-3.4/src/win32_monitor.c delete mode 100644 enginecustom/include/glfw-3.4/src/win32_platform.h delete mode 100644 enginecustom/include/glfw-3.4/src/win32_thread.c delete mode 100644 enginecustom/include/glfw-3.4/src/win32_thread.h delete mode 100644 enginecustom/include/glfw-3.4/src/win32_time.c delete mode 100644 enginecustom/include/glfw-3.4/src/win32_time.h delete mode 100644 enginecustom/include/glfw-3.4/src/win32_window.c delete mode 100644 enginecustom/include/glfw-3.4/src/window.c delete mode 100644 enginecustom/include/glfw-3.4/src/wl_init.c delete mode 100644 enginecustom/include/glfw-3.4/src/wl_monitor.c delete mode 100644 enginecustom/include/glfw-3.4/src/wl_platform.h delete mode 100644 enginecustom/include/glfw-3.4/src/wl_window.c delete mode 100644 enginecustom/include/glfw-3.4/src/x11_init.c delete mode 100644 enginecustom/include/glfw-3.4/src/x11_monitor.c delete mode 100644 enginecustom/include/glfw-3.4/src/x11_platform.h delete mode 100644 enginecustom/include/glfw-3.4/src/x11_window.c delete mode 100644 enginecustom/include/glfw-3.4/src/xkb_unicode.c delete mode 100644 enginecustom/include/glfw-3.4/src/xkb_unicode.h delete mode 100644 enginecustom/include/glfw-3.4/tests/CMakeLists.txt delete mode 100644 enginecustom/include/glfw-3.4/tests/allocator.c delete mode 100644 enginecustom/include/glfw-3.4/tests/clipboard.c delete mode 100644 enginecustom/include/glfw-3.4/tests/cursor.c delete mode 100644 enginecustom/include/glfw-3.4/tests/empty.c delete mode 100644 enginecustom/include/glfw-3.4/tests/events.c delete mode 100644 enginecustom/include/glfw-3.4/tests/gamma.c delete mode 100644 enginecustom/include/glfw-3.4/tests/glfwinfo.c delete mode 100644 enginecustom/include/glfw-3.4/tests/icon.c delete mode 100644 enginecustom/include/glfw-3.4/tests/iconify.c delete mode 100644 enginecustom/include/glfw-3.4/tests/inputlag.c delete mode 100644 enginecustom/include/glfw-3.4/tests/joysticks.c delete mode 100644 enginecustom/include/glfw-3.4/tests/monitors.c delete mode 100644 enginecustom/include/glfw-3.4/tests/msaa.c delete mode 100644 enginecustom/include/glfw-3.4/tests/reopen.c delete mode 100644 enginecustom/include/glfw-3.4/tests/tearing.c delete mode 100644 enginecustom/include/glfw-3.4/tests/threads.c delete mode 100644 enginecustom/include/glfw-3.4/tests/timeout.c delete mode 100644 enginecustom/include/glfw-3.4/tests/title.c delete mode 100644 enginecustom/include/glfw-3.4/tests/triangle-vulkan.c delete mode 100644 enginecustom/include/glfw-3.4/tests/window.c diff --git a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml index c8ddb86..eb0a5ed 100644 --- a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml +++ b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml @@ -5,11 +5,369 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +