Uses of Record Class
club.doki7.vulkan.handle.VkSampler.Ptr
Packages that use VkSampler.Ptr
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkSampler.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSampler.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createSampler(VkDevice device, VkSamplerCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSampler.Ptr pSampler) -
Uses of VkSampler.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSampler.PtrModifier and TypeMethodDescriptionVkDescriptorSetLayoutBinding.pImmutableSamplers()Note: the returnedVkSampler.Ptrdoes not have correctsize()property.VkDescriptorDataEXT.pSampler()Note: the returnedVkSampler.Ptrdoes not have correctsize()property.Methods in club.doki7.vulkan.datatype with parameters of type VkSampler.PtrModifier and TypeMethodDescriptionVkDescriptorSetLayoutBinding.pImmutableSamplers(VkSampler.Ptr value) VkDescriptorDataEXT.pSampler(VkSampler.Ptr value) -
Uses of VkSampler.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkSampler.PtrModifier and TypeMethodDescriptionstatic VkSampler.Ptrstatic VkSampler.Ptrstatic VkSampler.Ptrstatic VkSampler.PtrVkSampler.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkSampler> values) static VkSampler.PtrVkSampler.Ptr.offset(long offset) VkSampler.Ptr.reinterpret(long newSize) Assume theVkSampler.Ptris capable of holding at leastnewSizehandles, create a new viewVkSampler.Ptrthat uses the same backing storage as thisVkSampler.Ptr, but with the new size.VkSampler.Ptr.slice(long end) VkSampler.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).