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.Ptr
does not have correctsize()
property.VkPipelineBinaryInfoKHR.pPipelineBinaries()
Note: the returnedVkPipelineBinaryKHR.Ptr
does 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.Ptr
static VkPipelineBinaryKHR.Ptr
static VkPipelineBinaryKHR.Ptr
VkPipelineBinaryKHR.Ptr.allocate
(Arena arena, @Nullable VkPipelineBinaryKHR[] values) static VkPipelineBinaryKHR.Ptr
VkPipelineBinaryKHR.Ptr.allocateV
(Arena arena, @Nullable VkPipelineBinaryKHR value0, @Nullable VkPipelineBinaryKHR... values) VkPipelineBinaryKHR.Ptr.offset
(long offset) VkPipelineBinaryKHR.Ptr.reinterpret
(long newSize) Assume theVkPipelineBinaryKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPipelineBinaryKHR.Ptr
that 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).