Introduce usage of clang-format to format vulkan.hpp and the other sources.
This commit is contained in:
@@ -15,13 +15,14 @@
|
||||
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#define GLM_FORCE_RADIANS
|
||||
#pragma warning(disable:4201) // disable warning C4201: nonstandard extension used: nameless struct/union; needed to get glm/detail/type_vec?.hpp without warnings
|
||||
#pragma warning( disable : 4201 ) // disable warning C4201: nonstandard extension used: nameless struct/union; needed
|
||||
// to get glm/detail/type_vec?.hpp without warnings
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
|
||||
namespace vk
|
||||
{
|
||||
namespace su
|
||||
{
|
||||
glm::mat4x4 createModelViewProjectionClipMatrix(vk::Extent2D const& extent);
|
||||
glm::mat4x4 createModelViewProjectionClipMatrix( vk::Extent2D const & extent );
|
||||
}
|
||||
}
|
||||
} // namespace vk
|
||||
|
||||
Reference in New Issue
Block a user