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 record
Represents a pointer to / an array ofVkPhysicalDeviceRayQueryFeaturesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceRayQueryFeaturesKHRModifier and TypeMethodDescription@NotNull VkPhysicalDeviceRayQueryFeaturesKHR
VkPhysicalDeviceRayQueryFeaturesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceRayQueryFeaturesKHR.clone
(Arena arena, VkPhysicalDeviceRayQueryFeaturesKHR src) 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) void
VkPhysicalDeviceRayQueryFeaturesKHR.Ptr.write
(long index, @NotNull VkPhysicalDeviceRayQueryFeaturesKHR value)