Uses of Record Class
club.doki7.vulkan.datatype.VkTraceRaysIndirectCommandKHR
Packages that use VkTraceRaysIndirectCommandKHR
-
Uses of VkTraceRaysIndirectCommandKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkTraceRaysIndirectCommandKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkTraceRaysIndirectCommandKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkTraceRaysIndirectCommandKHRModifier and TypeMethodDescription@NotNull VkTraceRaysIndirectCommandKHRVkTraceRaysIndirectCommandKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkTraceRaysIndirectCommandKHR.clone(Arena arena, VkTraceRaysIndirectCommandKHR src) VkTraceRaysIndirectCommandKHR.depth(int value) VkTraceRaysIndirectCommandKHR.height(int value) VkTraceRaysIndirectCommandKHR.Ptr.toArray()VkTraceRaysIndirectCommandKHR.width(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkTraceRaysIndirectCommandKHRModifier and TypeMethodDescription@NotNull Iterator<VkTraceRaysIndirectCommandKHR> VkTraceRaysIndirectCommandKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkTraceRaysIndirectCommandKHRModifier and TypeMethodDescriptionVkTraceRaysIndirectCommandKHR.clone(Arena arena, VkTraceRaysIndirectCommandKHR src) voidVkTraceRaysIndirectCommandKHR.Ptr.write(long index, @NotNull VkTraceRaysIndirectCommandKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkTraceRaysIndirectCommandKHRModifier and TypeMethodDescriptionVkTraceRaysIndirectCommandKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkTraceRaysIndirectCommandKHR> consumer)