Uses of Record Class
club.doki7.vulkan.datatype.VkConditionalRenderingBeginInfoEXT
Packages that use VkConditionalRenderingBeginInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkConditionalRenderingBeginInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkConditionalRenderingBeginInfoEXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdBeginConditionalRenderingEXT
(VkCommandBuffer commandBuffer, VkConditionalRenderingBeginInfoEXT pConditionalRenderingBegin) -
Uses of VkConditionalRenderingBeginInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkConditionalRenderingBeginInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkConditionalRenderingBeginInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkConditionalRenderingBeginInfoEXTModifier and TypeMethodDescription@NotNull VkConditionalRenderingBeginInfoEXT
VkConditionalRenderingBeginInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkConditionalRenderingBeginInfoEXT.clone
(Arena arena, VkConditionalRenderingBeginInfoEXT src) VkConditionalRenderingBeginInfoEXT.flags
(int value) VkConditionalRenderingBeginInfoEXT.offset
(long value) VkConditionalRenderingBeginInfoEXT.sType
(int value) VkConditionalRenderingBeginInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkConditionalRenderingBeginInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkConditionalRenderingBeginInfoEXT> VkConditionalRenderingBeginInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkConditionalRenderingBeginInfoEXTModifier and TypeMethodDescriptionVkConditionalRenderingBeginInfoEXT.clone
(Arena arena, VkConditionalRenderingBeginInfoEXT src) void
VkConditionalRenderingBeginInfoEXT.Ptr.write
(long index, @NotNull VkConditionalRenderingBeginInfoEXT value)