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