Uses of Record Class
com.mojang.blaze3d.vulkan.init.VulkanPNextStruct
Packages that use VulkanPNextStruct
-
Uses of VulkanPNextStruct in com.mojang.blaze3d.vulkan
Fields in com.mojang.blaze3d.vulkan declared as VulkanPNextStructModifier and TypeFieldDescriptionstatic final VulkanPNextStructVulkanBackend.DYNAMIC_RENDERING_FEATURES_STRUCTstatic final VulkanPNextStructVulkanBackend.MULTI_DRAW_FEATURES_STRUCTstatic final VulkanPNextStructVulkanBackend.SYNC2_FEATURES_STRUCTstatic final VulkanPNextStructVulkanBackend.VERTEX_ATTRIB_DIVISOR_FEATURES_STRUCTstatic final VulkanPNextStructVulkanBackend.VK10_FEATURES_STRUCTstatic final VulkanPNextStructVulkanBackend.VK11_FEATURES_STRUCTstatic final VulkanPNextStructVulkanBackend.VK12_FEATURES_STRUCT -
Uses of VulkanPNextStruct in com.mojang.blaze3d.vulkan.init
Fields in com.mojang.blaze3d.vulkan.init declared as VulkanPNextStructModifier and TypeFieldDescriptionprivate final VulkanPNextStructVulkanFeature.structThe field for thestructrecord component.Methods in com.mojang.blaze3d.vulkan.init that return VulkanPNextStructModifier and TypeMethodDescriptionVulkanFeature.struct()Returns the value of thestructrecord component.Constructors in com.mojang.blaze3d.vulkan.init with parameters of type VulkanPNextStructModifierConstructorDescriptionVulkanFeature(VulkanPNextStruct struct, String name, long offset) Creates an instance of aVulkanFeaturerecord class.