Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV
Packages that use VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV
-
Uses of VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.clone(Arena arena, VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV src) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxGraphicsShaderGroupCount(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamCount(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsStreamStride(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsTokenCount(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectCommandsTokenOffset(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.maxIndirectSequenceCount(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minIndirectCommandsBufferOffsetAlignment(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minSequencesCountBufferOffsetAlignment(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.minSequencesIndexBufferOffsetAlignment(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.sType(int value) VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.clone(Arena arena, VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV src) voidVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV> consumer)