Uses of Enum Class
com.mojang.blaze3d.vulkan.VulkanBindGroupLayout.VulkanBindGroupEntryType
Packages that use VulkanBindGroupLayout.VulkanBindGroupEntryType
-
Uses of VulkanBindGroupLayout.VulkanBindGroupEntryType in com.mojang.blaze3d.vulkan
Subclasses with type arguments of type VulkanBindGroupLayout.VulkanBindGroupEntryType in com.mojang.blaze3d.vulkanFields in com.mojang.blaze3d.vulkan declared as VulkanBindGroupLayout.VulkanBindGroupEntryTypeModifier and TypeFieldDescriptionprivate final VulkanBindGroupLayout.VulkanBindGroupEntryTypeVulkanBindGroupLayout.Entry.typeThe field for thetyperecord component.Methods in com.mojang.blaze3d.vulkan that return VulkanBindGroupLayout.VulkanBindGroupEntryTypeModifier and TypeMethodDescriptionVulkanBindGroupLayout.Entry.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.VulkanBindGroupLayout.VulkanBindGroupEntryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.blaze3d.vulkan with parameters of type VulkanBindGroupLayout.VulkanBindGroupEntryTypeModifierConstructorDescriptionEntry(VulkanBindGroupLayout.VulkanBindGroupEntryType type, String name, @Nullable GpuFormat texelBufferFormat) Creates an instance of aEntryrecord class.