Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDescriptorBufferFeaturesEXT
Packages that use VkPhysicalDeviceDescriptorBufferFeaturesEXT
-
Uses of VkPhysicalDeviceDescriptorBufferFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceDescriptorBufferFeaturesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceDescriptorBufferFeaturesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDescriptorBufferFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceDescriptorBufferFeaturesEXT.clone(Arena arena, VkPhysicalDeviceDescriptorBufferFeaturesEXT src) VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBuffer(int value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferCaptureReplay(int value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferImageLayoutIgnored(int value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.descriptorBufferPushDescriptors(int value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.sType(int value) VkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceDescriptorBufferFeaturesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceDescriptorBufferFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceDescriptorBufferFeaturesEXT.clone(Arena arena, VkPhysicalDeviceDescriptorBufferFeaturesEXT src) voidVkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceDescriptorBufferFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceDescriptorBufferFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceDescriptorBufferFeaturesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDescriptorBufferFeaturesEXT> consumer)