Uses of Record Class
club.doki7.vulkan.handle.VkPipelineBinaryKHR.Ptr
Packages that use VkPipelineBinaryKHR.Ptr
Package
Description
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkPipelineBinaryKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPipelineBinaryKHR.PtrModifier and TypeMethodDescriptionVkPipelineBinaryHandlesInfoKHR.pPipelineBinaries()Note: the returnedVkPipelineBinaryKHR.Ptrdoes not have correctsize()property.VkPipelineBinaryInfoKHR.pPipelineBinaries()Note: the returnedVkPipelineBinaryKHR.Ptrdoes not have correctsize()property.Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineBinaryKHR.PtrModifier and TypeMethodDescriptionVkPipelineBinaryHandlesInfoKHR.pPipelineBinaries(VkPipelineBinaryKHR.Ptr value) VkPipelineBinaryInfoKHR.pPipelineBinaries(VkPipelineBinaryKHR.Ptr value) -
Uses of VkPipelineBinaryKHR.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkPipelineBinaryKHR.PtrModifier and TypeMethodDescriptionstatic VkPipelineBinaryKHR.Ptrstatic VkPipelineBinaryKHR.Ptrstatic VkPipelineBinaryKHR.PtrVkPipelineBinaryKHR.Ptr.allocate(Arena arena, @Nullable VkPipelineBinaryKHR @NotNull [] values) static VkPipelineBinaryKHR.PtrVkPipelineBinaryKHR.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkPipelineBinaryKHR> values) static VkPipelineBinaryKHR.PtrVkPipelineBinaryKHR.Ptr.allocateV(Arena arena, @Nullable VkPipelineBinaryKHR value0, @Nullable VkPipelineBinaryKHR... values) VkPipelineBinaryKHR.Ptr.offset(long offset) VkPipelineBinaryKHR.Ptr.reinterpret(long newSize) Assume theVkPipelineBinaryKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkPipelineBinaryKHR.Ptrthat uses the same backing storage as thisVkPipelineBinaryKHR.Ptr, but with the new size.VkPipelineBinaryKHR.Ptr.slice(long end) VkPipelineBinaryKHR.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).