Uses of Record Class
club.doki7.vulkan.datatype.VkPushConstantsInfo
Packages that use VkPushConstantsInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPushConstantsInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPushConstantsInfoModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdPushConstants2
(VkCommandBuffer commandBuffer, VkPushConstantsInfo pPushConstantsInfo) void
VkDeviceCommands.cmdPushConstants2KHR
(VkCommandBuffer commandBuffer, VkPushConstantsInfo pPushConstantsInfo) -
Uses of VkPushConstantsInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPushConstantsInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPushConstantsInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPushConstantsInfoModifier and TypeMethodDescriptionstatic VkPushConstantsInfo
@NotNull VkPushConstantsInfo
VkPushConstantsInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPushConstantsInfo
VkPushConstantsInfo.clone
(Arena arena, VkPushConstantsInfo src) VkPushConstantsInfo.layout
(@Nullable VkPipelineLayout value) VkPushConstantsInfo.offset
(int value) VkPushConstantsInfo.pNext
(@NotNull MemorySegment value) VkPushConstantsInfo.pValues
(@NotNull MemorySegment value) VkPushConstantsInfo.size
(int value) VkPushConstantsInfo.stageFlags
(int value) VkPushConstantsInfo.sType
(int value) VkPushConstantsInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPushConstantsInfoModifier and TypeMethodDescription@NotNull Iterator
<VkPushConstantsInfo> VkPushConstantsInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPushConstantsInfoModifier and TypeMethodDescriptionstatic VkPushConstantsInfo
VkPushConstantsInfo.clone
(Arena arena, VkPushConstantsInfo src) void
VkPushConstantsInfo.Ptr.write
(long index, @NotNull VkPushConstantsInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPushConstantsInfoModifier and TypeMethodDescriptionVkPushConstantsInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPushConstantsInfo> consumer)