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 TypeMethodDescriptionvoidVkDeviceCommands.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 VkSamplerVkDescriptorImageInfo.sampler()@Nullable VkSamplerVkImageViewHandleInfoNVX.sampler()@Nullable VkSamplerVkSamplerCaptureDescriptorDataInfoEXT.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 recordRepresents a pointer toVkSamplerhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkSamplerModifier and TypeMethodDescription@Nullable VkSamplerVkSampler.Ptr.read()@Nullable VkSamplerVkSampler.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.PtrVkSampler.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkSampler> values)