Uses of Record Class
club.doki7.vulkan.datatype.VkValidationFeaturesEXT
Packages that use VkValidationFeaturesEXT
-
Uses of VkValidationFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkValidationFeaturesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkValidationFeaturesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkValidationFeaturesEXTModifier and TypeMethodDescriptionstatic VkValidationFeaturesEXT@NotNull VkValidationFeaturesEXTVkValidationFeaturesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkValidationFeaturesEXTVkValidationFeaturesEXT.clone(Arena arena, VkValidationFeaturesEXT src) VkValidationFeaturesEXT.disabledValidationFeatureCount(int value) VkValidationFeaturesEXT.enabledValidationFeatureCount(int value) VkValidationFeaturesEXT.pDisabledValidationFeatures(@Nullable IntPtr value) VkValidationFeaturesEXT.pEnabledValidationFeatures(@Nullable IntPtr value) VkValidationFeaturesEXT.pNext(@NotNull MemorySegment value) VkValidationFeaturesEXT.sType(int value) VkValidationFeaturesEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkValidationFeaturesEXTModifier and TypeMethodDescription@NotNull Iterator<VkValidationFeaturesEXT> VkValidationFeaturesEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkValidationFeaturesEXTModifier and TypeMethodDescriptionstatic VkValidationFeaturesEXTVkValidationFeaturesEXT.clone(Arena arena, VkValidationFeaturesEXT src) voidVkValidationFeaturesEXT.Ptr.write(long index, @NotNull VkValidationFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkValidationFeaturesEXTModifier and TypeMethodDescriptionVkValidationFeaturesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkValidationFeaturesEXT> consumer)