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 record
Represents a pointer to / an array ofVkPhysicalDeviceNestedCommandBufferFeaturesEXT
structure(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) void
VkPhysicalDeviceNestedCommandBufferFeaturesEXT.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)