some more stuff that idk why i did it

This commit is contained in:
Gregory Wells
2025-07-21 13:50:39 -04:00
parent 239d8bcdb8
commit a08778c099
5 changed files with 7 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ gnReturnCode createShaderModule(gnShaderModule module, gnDevice device, gnShader
.sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO,
.stage = vkGryphnShaderModuleStage(shaderModuleInfo.stage),
.module = module->shaderModule->shaderModule,
.pName = shaderModuleInfo.entryPoint.value
.pName = gnToCString(shaderModuleInfo.entryPoint)
};
return GN_SUCCESS;