Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
void CreatePipelineHelper::VertexShaderOnly() {
132
shader_stages_.clear();
133
shader_stages_.push_back(vs_->GetStageCreateInfo());
134
}
135
136
void CreatePipelineHelper::Destroy() {
137
if (pipeline_cache_ != VK_NULL_HANDLE) {
Callers
7
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
Calls
2
clear
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected