Searched refs:push_const_range (Results 1 – 1 of 1) sorted by relevance
266 VkPushConstantRange push_const_range = {}; in create_pipeline_layout() local272 push_const_range.stageFlags = VK_SHADER_STAGE_VERTEX_BIT; in create_pipeline_layout()273 push_const_range.offset = 0; in create_pipeline_layout()274 push_const_range.size = sizeof(ShaderParamBlock); in create_pipeline_layout()277 pipeline_layout_info.pPushConstantRanges = &push_const_range; in create_pipeline_layout()