Uses of Record Class
com.mojang.blaze3d.vulkan.VulkanBindGroupLayout.Entry
Packages that use VulkanBindGroupLayout.Entry
-
Uses of VulkanBindGroupLayout.Entry in com.mojang.blaze3d.vulkan
Fields in com.mojang.blaze3d.vulkan with type parameters of type VulkanBindGroupLayout.EntryModifier and TypeFieldDescriptionprivate final List<VulkanBindGroupLayout.Entry> VulkanBindGroupLayout.entriesThe field for theentriesrecord component.Methods in com.mojang.blaze3d.vulkan that return types with arguments of type VulkanBindGroupLayout.EntryModifier and TypeMethodDescriptionVulkanBindGroupLayout.entries()Returns the value of theentriesrecord component.Method parameters in com.mojang.blaze3d.vulkan with type arguments of type VulkanBindGroupLayout.EntryModifier and TypeMethodDescriptionstatic VulkanBindGroupLayoutVulkanBindGroupLayout.create(VulkanDevice device, List<VulkanBindGroupLayout.Entry> entries, String name) Constructor parameters in com.mojang.blaze3d.vulkan with type arguments of type VulkanBindGroupLayout.EntryModifierConstructorDescriptionVulkanBindGroupLayout(long handle, List<VulkanBindGroupLayout.Entry> entries) Creates an instance of aVulkanBindGroupLayoutrecord class. -
Uses of VulkanBindGroupLayout.Entry in com.mojang.blaze3d.vulkan.glsl
Method parameters in com.mojang.blaze3d.vulkan.glsl with type arguments of type VulkanBindGroupLayout.EntryModifier and TypeMethodDescriptionprivate static voidGlslCompiler.addToBindGroup(List<VulkanBindGroupLayout.Entry> entries, IntermediaryShaderModule shader, RenderPipeline pipeline)