Update [broken]
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s

This commit is contained in:
Florian RICHER 2024-11-20 17:45:26 +01:00
parent 8f1172e888
commit 1dc9da0d61
8 changed files with 222 additions and 31 deletions

View file

@ -9,8 +9,8 @@ pub struct VkGraphicsPipeline {
swapchain: Arc<VkSwapchain>,
render_pass: Arc<VkRenderPass>,
pipeline_layout: vk::PipelineLayout,
pipeline: vk::Pipeline,
pub(super) pipeline_layout: vk::PipelineLayout,
pub(super) pipeline: vk::Pipeline,
vertex_shader: VkShaderModule,
fragment_shader: VkShaderModule,
}