Correct shadersPath for computeheadless project
This commit is contained in:
parent
8c8c4966bc
commit
c201670b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ public:
|
||||||
// TODO: There is no command line arguments parsing (nor Android settings) for this
|
// TODO: There is no command line arguments parsing (nor Android settings) for this
|
||||||
// example, so we have no way of picking between GLSL or HLSL shaders.
|
// example, so we have no way of picking between GLSL or HLSL shaders.
|
||||||
// Hard-code to glsl for now.
|
// Hard-code to glsl for now.
|
||||||
const std::string shadersPath = getAssetPath() + "/shaders/glsl/computeheadless";
|
const std::string shadersPath = getAssetPath() + "shaders/glsl/computeheadless/";
|
||||||
|
|
||||||
VkPipelineShaderStageCreateInfo shaderStage = {};
|
VkPipelineShaderStageCreateInfo shaderStage = {};
|
||||||
shaderStage.sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO;
|
shaderStage.sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue