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 TypeMethodDescriptionint
VkDeviceCommands.createSamplerYcbcrConversion
(VkDevice device, VkSamplerYcbcrConversionCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSamplerYcbcrConversion.Ptr pYcbcrConversion) int
VkDeviceCommands.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.Ptr
static VkSamplerYcbcrConversion.Ptr
static VkSamplerYcbcrConversion.Ptr
VkSamplerYcbcrConversion.Ptr.allocate
(Arena arena, @Nullable VkSamplerYcbcrConversion[] values) static VkSamplerYcbcrConversion.Ptr
VkSamplerYcbcrConversion.Ptr.allocateV
(Arena arena, @Nullable VkSamplerYcbcrConversion value0, @Nullable VkSamplerYcbcrConversion... values) VkSamplerYcbcrConversion.Ptr.offset
(long offset) VkSamplerYcbcrConversion.Ptr.reinterpret
(long newSize) Assume theVkSamplerYcbcrConversion.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSamplerYcbcrConversion.Ptr
that 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).