Uses of Record Class
club.doki7.vulkan.handle.VkSampler
Packages that use VkSampler
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkSampler in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSamplerModifier and TypeMethodDescriptionvoid
VkDeviceCommands.destroySampler
(VkDevice device, @Nullable VkSampler sampler, @Nullable VkAllocationCallbacks pAllocator) -
Uses of VkSampler in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSamplerModifier and TypeMethodDescription@Nullable VkSampler
VkDescriptorImageInfo.sampler()
@Nullable VkSampler
VkImageViewHandleInfoNVX.sampler()
@Nullable VkSampler
VkSamplerCaptureDescriptorDataInfoEXT.sampler()
Methods in club.doki7.vulkan.datatype with parameters of type VkSamplerModifier and TypeMethodDescription -
Uses of VkSampler in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkSamplerModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkSampler
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkSamplerModifier and TypeMethodDescription@Nullable VkSampler
VkSampler.Ptr.read()
@Nullable VkSampler
VkSampler.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkSamplerMethods in club.doki7.vulkan.handle with parameters of type VkSamplerMethod parameters in club.doki7.vulkan.handle with type arguments of type VkSamplerModifier and TypeMethodDescriptionstatic VkSampler.Ptr
VkSampler.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkSampler> values)