Uses of Record Class
com.mojang.blaze3d.vulkan.VulkanBindGroupLayout
Packages that use VulkanBindGroupLayout
-
Uses of VulkanBindGroupLayout in com.mojang.blaze3d.vulkan
Fields in com.mojang.blaze3d.vulkan declared as VulkanBindGroupLayoutModifier and TypeFieldDescriptionstatic final VulkanBindGroupLayoutVulkanBindGroupLayout.INVALID_LAYOUTprivate final VulkanBindGroupLayoutVulkanRenderPipeline.layoutThe field for thelayoutrecord component.Methods in com.mojang.blaze3d.vulkan that return VulkanBindGroupLayoutModifier and TypeMethodDescriptionstatic VulkanBindGroupLayoutVulkanBindGroupLayout.create(VulkanDevice device, List<VulkanBindGroupLayout.Entry> entries, String name) VulkanRenderPipeline.layout()Returns the value of thelayoutrecord component.Methods in com.mojang.blaze3d.vulkan with parameters of type VulkanBindGroupLayoutModifier and TypeMethodDescriptionstatic VulkanRenderPipelineVulkanRenderPipeline.compile(VulkanDevice device, VulkanBindGroupLayout layout, RenderPipeline pipeline, long vertexModule, long fragmentModule) Constructors in com.mojang.blaze3d.vulkan with parameters of type VulkanBindGroupLayoutModifierConstructorDescriptionVulkanRenderPipeline(RenderPipeline info, VulkanDevice device, long withDepthStencilPipeline, long withDepthPipeline, long withoutDepthPipeline, long pipelineLayout, VulkanBindGroupLayout layout, long vertexModule, long fragmentModule) Creates an instance of aVulkanRenderPipelinerecord class. -
Uses of VulkanBindGroupLayout in com.mojang.blaze3d.vulkan.glsl
Fields in com.mojang.blaze3d.vulkan.glsl declared as VulkanBindGroupLayoutModifier and TypeFieldDescriptionprivate final VulkanBindGroupLayoutGlslCompiler.CompiledModules.layoutThe field for thelayoutrecord component.Methods in com.mojang.blaze3d.vulkan.glsl that return VulkanBindGroupLayoutModifier and TypeMethodDescriptionGlslCompiler.CompiledModules.layout()Returns the value of thelayoutrecord component.Constructors in com.mojang.blaze3d.vulkan.glsl with parameters of type VulkanBindGroupLayoutModifierConstructorDescriptionCompiledModules(long vertex, long fragment, VulkanBindGroupLayout layout) Creates an instance of aCompiledModulesrecord class.