Uses of Record Class
club.doki7.vulkan.datatype.VkSamplerCreateInfo
Packages that use VkSamplerCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkSamplerCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSamplerCreateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.createSampler(VkDevice device, VkSamplerCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSampler.Ptr pSampler) -
Uses of VkSamplerCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSamplerCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSamplerCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSamplerCreateInfoModifier and TypeMethodDescriptionVkSamplerCreateInfo.addressModeU(int value) VkSamplerCreateInfo.addressModeV(int value) VkSamplerCreateInfo.addressModeW(int value) static VkSamplerCreateInfoVkSamplerCreateInfo.anisotropyEnable(int value) @NotNull VkSamplerCreateInfoVkSamplerCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSamplerCreateInfo.borderColor(int value) static VkSamplerCreateInfoVkSamplerCreateInfo.clone(Arena arena, VkSamplerCreateInfo src) VkSamplerCreateInfo.compareEnable(int value) VkSamplerCreateInfo.compareOp(int value) VkSamplerCreateInfo.flags(int value) VkSamplerCreateInfo.magFilter(int value) VkSamplerCreateInfo.maxAnisotropy(float value) VkSamplerCreateInfo.maxLod(float value) VkSamplerCreateInfo.minFilter(int value) VkSamplerCreateInfo.minLod(float value) VkSamplerCreateInfo.mipLodBias(float value) VkSamplerCreateInfo.mipmapMode(int value) VkSamplerCreateInfo.pNext(@NotNull MemorySegment value) VkSamplerCreateInfo.sType(int value) VkSamplerCreateInfo.Ptr.toArray()VkSamplerCreateInfo.unnormalizedCoordinates(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSamplerCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkSamplerCreateInfo> VkSamplerCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSamplerCreateInfoModifier and TypeMethodDescriptionstatic VkSamplerCreateInfoVkSamplerCreateInfo.clone(Arena arena, VkSamplerCreateInfo src) voidVkSamplerCreateInfo.Ptr.write(long index, @NotNull VkSamplerCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSamplerCreateInfoModifier and TypeMethodDescriptionVkSamplerCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkSamplerCreateInfo> consumer)