GPUOpen-Archive / Anvil

Anvil is a cross-platform framework for Vulkan
MIT License
594 stars 62 forks source link

Function definition for GraphicsPipelineInfo::get_pipeline_color_blend_attachment_state is missing #84

Closed Silverlan closed 6 years ago

Silverlan commented 6 years ago

The function is declared in _include/misc/graphics_pipeline_createinfo.h, but it doesn't seem to be defined anywhere.

As far as I can tell the function is redundant anyway, since _GraphicsPipelineInfo::get_color_blend_attachmentproperties does more or less the same thing.

DominikWitczakAMD commented 6 years ago

Likely a rebase issue, as the func is not defined in our private version. Will make sure the redundant entrypoint is gone when preparing today's update.

DominikWitczakAMD commented 6 years ago

Sigh, this one is still in. Leaving this for the next week's update.