MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / component_mapping

Function component_mapping

framework/common/vk_initializers.h:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74inline VkComponentMapping component_mapping()
75{
76 return {.r = VK_COMPONENT_SWIZZLE_R,
77 .g = VK_COMPONENT_SWIZZLE_G,
78 .b = VK_COMPONENT_SWIZZLE_B,
79 .a = VK_COMPONENT_SWIZZLE_A};
80}
81
82inline VkRenderPassBeginInfo render_pass_begin_info()
83{
84 VkRenderPassBeginInfo render_pass_begin_info{};
85 render_pass_begin_info.sType = VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO;
86 return render_pass_begin_info;

Callers 2

setup_colorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected