Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineBinaryHandlesInfoKHR
Packages that use VkPipelineBinaryHandlesInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPipelineBinaryHandlesInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPipelineBinaryHandlesInfoKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.createPipelineBinariesKHR
(VkDevice device, VkPipelineBinaryCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineBinaryHandlesInfoKHR pBinaries) -
Uses of VkPipelineBinaryHandlesInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineBinaryHandlesInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPipelineBinaryHandlesInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineBinaryHandlesInfoKHRModifier and TypeMethodDescription@NotNull VkPipelineBinaryHandlesInfoKHR
VkPipelineBinaryHandlesInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPipelineBinaryHandlesInfoKHR.clone
(Arena arena, VkPipelineBinaryHandlesInfoKHR src) VkPipelineBinaryHandlesInfoKHR.pipelineBinaryCount
(int value) VkPipelineBinaryHandlesInfoKHR.pPipelineBinaries
(VkPipelineBinaryKHR.Ptr value) VkPipelineBinaryHandlesInfoKHR.sType
(int value) VkPipelineBinaryHandlesInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineBinaryHandlesInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkPipelineBinaryHandlesInfoKHR> VkPipelineBinaryHandlesInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineBinaryHandlesInfoKHRModifier and TypeMethodDescriptionVkPipelineBinaryHandlesInfoKHR.clone
(Arena arena, VkPipelineBinaryHandlesInfoKHR src) void
VkPipelineBinaryHandlesInfoKHR.Ptr.write
(long index, @NotNull VkPipelineBinaryHandlesInfoKHR value)