oltolm
|
0c94606fcf
|
Make compile with msvc, clang and gcc on Windows
|
2023-07-11 21:40:30 +03:00 |
|
Nekotekina
|
a4fdbf0a88
|
Enable -Wstrict-aliasing=1 (GCC)
Fixed partially.
|
2021-03-09 03:10:15 +03:00 |
|
Nekotekina
|
87af905018
|
Enable -Wunused-parameter
|
2021-03-06 18:07:08 +03:00 |
|
Nekotekina
|
1446254a03
|
Add error on missing 'override'
For consistency.
|
2021-02-15 20:21:30 +03:00 |
|
Nekotekina
|
db8e6fe7a7
|
Enable -Wunused-variable
|
2021-01-12 14:34:14 +03:00 |
|
Nekotekina
|
7a015b6fc0
|
VKMemAlloc.cpp: use shared_mutex in vk_mem_alloc.h
Because it allows to use custom implementation.
Also fix compilation.
|
2020-12-11 19:05:11 +03:00 |
|
Nekotekina
|
72284b4530
|
Use atomic_t<> in VKMemAlloc
|
2020-12-10 18:58:11 +03:00 |
|
Nekotekina
|
377e7d2a73
|
C-style cast cleanup VI
|
2019-12-04 17:56:22 +03:00 |
|
pauls-gh
|
f8a0be8c3e
|
Performance enhancement - Vulkan memory allocator (#4635)
* Incorporates the vulkan memory allocator from the AMD GPUOpen project
|
2018-05-23 17:02:35 +03:00 |
|