Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT
Packages that use VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT
-
Uses of VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceTexelBufferAlignmentFeaturesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTexelBufferAlignmentFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT src) VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.sType
(int value) VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.texelBufferAlignment
(int value) VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceTexelBufferAlignmentFeaturesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceTexelBufferAlignmentFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT src) void
VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceTexelBufferAlignmentFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceTexelBufferAlignmentFeaturesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT> consumer)