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 TypeMethodDescriptionint
VkDeviceCommands.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.Ptr
does not have correctsize()
property.VkDescriptorDataEXT.pSampler()
Note: the returnedVkSampler.Ptr
does 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.Ptr
static VkSampler.Ptr
static VkSampler.Ptr
static VkSampler.Ptr
VkSampler.Ptr.offset
(long offset) VkSampler.Ptr.reinterpret
(long newSize) Assume theVkSampler.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSampler.Ptr
that 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).