Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceRayQueryFeaturesKHR
Packages that use VkPhysicalDeviceRayQueryFeaturesKHR
-
Uses of VkPhysicalDeviceRayQueryFeaturesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceRayQueryFeaturesKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceRayQueryFeaturesKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceRayQueryFeaturesKHRModifier and TypeMethodDescription@NotNull VkPhysicalDeviceRayQueryFeaturesKHRVkPhysicalDeviceRayQueryFeaturesKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceRayQueryFeaturesKHR.clone(Arena arena, VkPhysicalDeviceRayQueryFeaturesKHR src) VkPhysicalDeviceRayQueryFeaturesKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayQueryFeaturesKHR.rayQuery(int value) VkPhysicalDeviceRayQueryFeaturesKHR.sType(int value) VkPhysicalDeviceRayQueryFeaturesKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceRayQueryFeaturesKHRModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceRayQueryFeaturesKHR> VkPhysicalDeviceRayQueryFeaturesKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceRayQueryFeaturesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceRayQueryFeaturesKHR.clone(Arena arena, VkPhysicalDeviceRayQueryFeaturesKHR src) voidVkPhysicalDeviceRayQueryFeaturesKHR.Ptr.write(long index, @NotNull VkPhysicalDeviceRayQueryFeaturesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceRayQueryFeaturesKHRModifier and TypeMethodDescriptionVkPhysicalDeviceRayQueryFeaturesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceRayQueryFeaturesKHR> consumer)