Skip to content

Commit 2f7e546

Browse files
authored
Update graphics_pipeline_create_info.h
Changed the type of the first parameter of GraphicsPipelineCreateInfo::create from PipelineCreateFlagBits to PipelineCreateFlags.
1 parent f7a6347 commit 2f7e546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/misc/graphics_pipeline_create_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Anvil
3131
{
3232
public:
3333
/* Public functions */
34-
static Anvil::GraphicsPipelineCreateInfoUniquePtr create (const Anvil::PipelineCreateFlagBits& in_create_flags,
34+
static Anvil::GraphicsPipelineCreateInfoUniquePtr create (const Anvil::PipelineCreateFlags& in_create_flags,
3535
const RenderPass* in_renderpass_ptr,
3636
SubPassID in_subpass_id,
3737
const ShaderModuleStageEntryPoint& in_fragment_shader_stage_entrypoint_info,

0 commit comments

Comments
 (0)