Uses of Record Class
club.doki7.vulkan.datatype.VkSampleLocationsInfoEXT
Packages that use VkSampleLocationsInfoEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkSampleLocationsInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSampleLocationsInfoEXTModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdSetSampleLocationsEXT(VkCommandBuffer commandBuffer, VkSampleLocationsInfoEXT pSampleLocationsInfo) -
Uses of VkSampleLocationsInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSampleLocationsInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSampleLocationsInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSampleLocationsInfoEXTModifier and TypeMethodDescriptionstatic VkSampleLocationsInfoEXT@NotNull VkSampleLocationsInfoEXTVkSampleLocationsInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSampleLocationsInfoEXTVkSampleLocationsInfoEXT.clone(Arena arena, VkSampleLocationsInfoEXT src) VkSampleLocationsInfoEXT.pNext(@NotNull MemorySegment value) VkSampleLocationsInfoEXT.pSampleLocations(@Nullable IVkSampleLocationEXT value) VkSampleLocationsInfoEXT.sampleLocationGridSize(@NotNull VkExtent2D value) VkSampleLocationsInfoEXT.sampleLocationGridSize(Consumer<@NotNull VkExtent2D> consumer) VkSampleLocationsInfoEXT.sampleLocationsCount(int value) @NotNull VkSampleLocationsInfoEXTVkAttachmentSampleLocationsEXT.sampleLocationsInfo()@NotNull VkSampleLocationsInfoEXTVkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsInfo()@NotNull VkSampleLocationsInfoEXTVkSubpassSampleLocationsEXT.sampleLocationsInfo()VkSampleLocationsInfoEXT.sampleLocationsPerPixel(int value) VkSampleLocationsInfoEXT.sType(int value) VkSampleLocationsInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSampleLocationsInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkSampleLocationsInfoEXT> VkSampleLocationsInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSampleLocationsInfoEXTModifier and TypeMethodDescriptionstatic VkSampleLocationsInfoEXTVkSampleLocationsInfoEXT.clone(Arena arena, VkSampleLocationsInfoEXT src) VkAttachmentSampleLocationsEXT.sampleLocationsInfo(@NotNull VkSampleLocationsInfoEXT value) VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsInfo(@NotNull VkSampleLocationsInfoEXT value) VkSubpassSampleLocationsEXT.sampleLocationsInfo(@NotNull VkSampleLocationsInfoEXT value) voidVkSampleLocationsInfoEXT.Ptr.write(long index, @NotNull VkSampleLocationsInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSampleLocationsInfoEXTModifier and TypeMethodDescriptionVkSampleLocationsInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSampleLocationsInfoEXT> consumer) VkAttachmentSampleLocationsEXT.sampleLocationsInfo(Consumer<@NotNull VkSampleLocationsInfoEXT> consumer) VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsInfo(Consumer<@NotNull VkSampleLocationsInfoEXT> consumer) VkSubpassSampleLocationsEXT.sampleLocationsInfo(Consumer<@NotNull VkSampleLocationsInfoEXT> consumer)