Change ColumnLimit with clang-format from 120 to 160.
This commit is contained in:
@@ -23,9 +23,7 @@ namespace vk
|
||||
namespace su
|
||||
{
|
||||
template <typename Dispatcher = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
|
||||
vk::raii::ShaderModule makeShaderModule( vk::raii::Device const & device,
|
||||
vk::ShaderStageFlagBits shaderStage,
|
||||
std::string const & shaderText )
|
||||
vk::raii::ShaderModule makeShaderModule( vk::raii::Device const & device, vk::ShaderStageFlagBits shaderStage, std::string const & shaderText )
|
||||
{
|
||||
std::vector<unsigned int> shaderSPV;
|
||||
if ( !vk::su::GLSLtoSPV( shaderStage, shaderText, shaderSPV ) )
|
||||
|
||||
Reference in New Issue
Block a user