Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceExclusiveScissorFeaturesNV
Packages that use VkPhysicalDeviceExclusiveScissorFeaturesNV
-
Uses of VkPhysicalDeviceExclusiveScissorFeaturesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceExclusiveScissorFeaturesNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceExclusiveScissorFeaturesNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExclusiveScissorFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceExclusiveScissorFeaturesNV.clone
(Arena arena, VkPhysicalDeviceExclusiveScissorFeaturesNV src) VkPhysicalDeviceExclusiveScissorFeaturesNV.exclusiveScissor
(int value) VkPhysicalDeviceExclusiveScissorFeaturesNV.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceExclusiveScissorFeaturesNV.sType
(int value) VkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceExclusiveScissorFeaturesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceExclusiveScissorFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExclusiveScissorFeaturesNV.clone
(Arena arena, VkPhysicalDeviceExclusiveScissorFeaturesNV src) void
VkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr.write
(long index, @NotNull VkPhysicalDeviceExclusiveScissorFeaturesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceExclusiveScissorFeaturesNVModifier and TypeMethodDescriptionVkPhysicalDeviceExclusiveScissorFeaturesNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceExclusiveScissorFeaturesNV> consumer)