| public boolean | |
| public static VulkanCompiledRenderPipeline | | compile(VulkanDevice device, VulkanBindGroupLayout layout, RenderPipeline pipeline, long vertexModule, long fragmentModule) | | compile(VulkanDevice device, VulkanBindGroupLayout layout, RenderPipeline pipeline, long vertexModule, long fragmentModule) | | method_1_4295(class_1_679 arg0, class_1_721 arg1, RenderPipeline arg2, long arg3, long arg4) | | create(VulkanBackend device, VulkanPipelineLayout layout, RenderPipeline pipeline, long vertexShaderModule, long fragmentShaderModule) |
|
| public void | | destroy() | | destroy() | | method_1_4001() | | destroy() |
|
| private static void | | applyBlendInformation(org.lwjgl.vulkan.VkPipelineColorBlendAttachmentState$Buffer blendAttachments, BlendFunction blendFunction) | | applyBlendInformation(org.lwjgl.vulkan.VkPipelineColorBlendAttachmentState$Buffer blendAttachments, BlendFunction blendFunction) | | method_1_4294(org.lwjgl.vulkan.VkPipelineColorBlendAttachmentState$Buffer arg0, BlendFunction arg1) | | setBlendFunction(org.lwjgl.vulkan.VkPipelineColorBlendAttachmentState$Buffer colorBlendAttachmentState, BlendFunction blendFunction) |
|
| public RenderPipeline | | info() | | info() | | comp_1_518() | | info() |
|
| public VulkanBackend | | device() | | device() | | comp_1_516() | | device() |
|
| public long | | withDepthPipeline() | | withDepthPipeline() | | comp_1_522() | | withDepthPipeline() |
|
| public long | | withoutDepthPipeline() | | withoutDepthPipeline() | | comp_1_523() | | withoutDepthPipeline() |
|
| public long | | pipelineLayout() | | pipelineLayout() | | comp_1_520() | | pipelineLayout() |
|
| public VulkanPipelineLayout | | layout() | | layout() | | comp_1_519() | | layout() |
|
| public long | | vertexModule() | | vertexModule() | | comp_1_521() | | vertexModule() |
|
| public long | | fragmentModule() | | fragmentModule() | | comp_1_517() | | fragmentModule() |
|