Uses of Record Class
club.doki7.vulkan.handle.VkSamplerYcbcrConversion.Ptr
Packages that use VkSamplerYcbcrConversion.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkSamplerYcbcrConversion.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSamplerYcbcrConversion.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createSamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) intVkDeviceCommands.createSamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) -
Uses of VkSamplerYcbcrConversion.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkSamplerYcbcrConversion.PtrModifier and TypeMethodDescriptionstatic VkSamplerYcbcrConversion.Ptrstatic VkSamplerYcbcrConversion.Ptrstatic VkSamplerYcbcrConversion.PtrVkSamplerYcbcrConversion.Ptr.allocate(Arena arena, @Nullable VkSamplerYcbcrConversion @NotNull [] values) static VkSamplerYcbcrConversion.PtrVkSamplerYcbcrConversion.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkSamplerYcbcrConversion> values) static VkSamplerYcbcrConversion.PtrVkSamplerYcbcrConversion.Ptr.allocateV(Arena arena, @Nullable VkSamplerYcbcrConversion value0, @Nullable VkSamplerYcbcrConversion... values) VkSamplerYcbcrConversion.Ptr.offset(long offset) VkSamplerYcbcrConversion.Ptr.reinterpret(long newSize) Assume theVkSamplerYcbcrConversion.Ptris capable of holding at leastnewSizehandles, create a new viewVkSamplerYcbcrConversion.Ptrthat uses the same backing storage as thisVkSamplerYcbcrConversion.Ptr, but with the new size.VkSamplerYcbcrConversion.Ptr.slice(long end) VkSamplerYcbcrConversion.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).