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