Add end-of-line spaces checker
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Nz
|
||||
static std::vector<Vk::PhysicalDevice> s_physDevices;
|
||||
static Vk::Instance s_instance;
|
||||
static ParameterList s_initializationParameters;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
#endif // NAZARA_VULKANRENDERER_VULKAN_HPP
|
||||
|
||||
@@ -56,7 +56,7 @@ namespace Nz
|
||||
void InsertDebugLabel(std::string_view label, const Color& color) override;
|
||||
|
||||
inline Vk::CommandBuffer& GetCommandBuffer();
|
||||
|
||||
|
||||
void NextSubpass() override;
|
||||
|
||||
void PreTransferBarrier() override;
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace Nz
|
||||
public:
|
||||
Loader() = delete;
|
||||
~Loader() = delete;
|
||||
|
||||
|
||||
static bool EnumerateInstanceExtensionProperties(std::vector<VkExtensionProperties>* properties, const char* layerName = nullptr);
|
||||
static bool EnumerateInstanceLayerProperties(std::vector<VkLayerProperties>* properties);
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ namespace Nz::Vk
|
||||
m_surface = VK_NULL_HANDLE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
inline VkResult Surface::GetLastErrorCode() const
|
||||
{
|
||||
return m_lastErrorCode;
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace Nz::Vk
|
||||
|
||||
public:
|
||||
struct Image;
|
||||
|
||||
|
||||
Swapchain() = default;
|
||||
Swapchain(const Swapchain&) = delete;
|
||||
Swapchain(Swapchain&&) = default;
|
||||
|
||||
Reference in New Issue
Block a user