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 TypeMethodDescriptionvoidVkDeviceCommands.cmdPushConstants2(VkCommandBuffer commandBuffer, VkPushConstantsInfo pPushConstantsInfo) voidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkPushConstantsInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPushConstantsInfoModifier and TypeMethodDescriptionstatic VkPushConstantsInfo@NotNull VkPushConstantsInfoVkPushConstantsInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPushConstantsInfoVkPushConstantsInfo.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 VkPushConstantsInfoVkPushConstantsInfo.clone(Arena arena, VkPushConstantsInfo src) voidVkPushConstantsInfo.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)