MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / VertexShaderOnly

Method VertexShaderOnly

tests/framework/pipeline_helper.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void CreatePipelineHelper::VertexShaderOnly() {
132 shader_stages_.clear();
133 shader_stages_.push_back(vs_->GetStageCreateInfo());
134}
135
136void CreatePipelineHelper::Destroy() {
137 if (pipeline_cache_ != VK_NULL_HANDLE) {

Callers 7

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 2

clearMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected