Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTexelBufferAlignmentProperties
Packages that use VkPhysicalDeviceTexelBufferAlignmentProperties
-
Uses of VkPhysicalDeviceTexelBufferAlignmentProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceTexelBufferAlignmentPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceTexelBufferAlignmentPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTexelBufferAlignmentPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceTexelBufferAlignmentProperties.clone(Arena arena, VkPhysicalDeviceTexelBufferAlignmentProperties src) VkPhysicalDeviceTexelBufferAlignmentProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTexelBufferAlignmentProperties.storageTexelBufferOffsetAlignmentBytes(long value) VkPhysicalDeviceTexelBufferAlignmentProperties.storageTexelBufferOffsetSingleTexelAlignment(int value) VkPhysicalDeviceTexelBufferAlignmentProperties.sType(int value) VkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.toArray()VkPhysicalDeviceTexelBufferAlignmentProperties.uniformTexelBufferOffsetAlignmentBytes(long value) VkPhysicalDeviceTexelBufferAlignmentProperties.uniformTexelBufferOffsetSingleTexelAlignment(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceTexelBufferAlignmentPropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceTexelBufferAlignmentPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceTexelBufferAlignmentProperties.clone(Arena arena, VkPhysicalDeviceTexelBufferAlignmentProperties src) voidVkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.write(long index, @NotNull VkPhysicalDeviceTexelBufferAlignmentProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceTexelBufferAlignmentPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceTexelBufferAlignmentProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTexelBufferAlignmentProperties> consumer)