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