Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceRenderPassStripedPropertiesARM
Packages that use VkPhysicalDeviceRenderPassStripedPropertiesARM
-
Uses of VkPhysicalDeviceRenderPassStripedPropertiesARM in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceRenderPassStripedPropertiesARMModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceRenderPassStripedPropertiesARMstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceRenderPassStripedPropertiesARMModifier and TypeMethodDescriptionVkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceRenderPassStripedPropertiesARM.clone(Arena arena, VkPhysicalDeviceRenderPassStripedPropertiesARM src) VkPhysicalDeviceRenderPassStripedPropertiesARM.maxRenderPassStripes(int value) VkPhysicalDeviceRenderPassStripedPropertiesARM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRenderPassStripedPropertiesARM.renderPassStripeGranularity(@NotNull VkExtent2D value) VkPhysicalDeviceRenderPassStripedPropertiesARM.renderPassStripeGranularity(Consumer<@NotNull VkExtent2D> consumer) VkPhysicalDeviceRenderPassStripedPropertiesARM.sType(int value) VkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceRenderPassStripedPropertiesARMMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceRenderPassStripedPropertiesARMModifier and TypeMethodDescriptionVkPhysicalDeviceRenderPassStripedPropertiesARM.clone(Arena arena, VkPhysicalDeviceRenderPassStripedPropertiesARM src) voidVkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr.write(long index, @NotNull VkPhysicalDeviceRenderPassStripedPropertiesARM value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceRenderPassStripedPropertiesARMModifier and TypeMethodDescriptionVkPhysicalDeviceRenderPassStripedPropertiesARM.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceRenderPassStripedPropertiesARM> consumer)