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