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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkSampleLocationsInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSampleLocationsInfoEXTModifier and TypeMethodDescriptionstatic VkSampleLocationsInfoEXT
@NotNull VkSampleLocationsInfoEXT
VkSampleLocationsInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSampleLocationsInfoEXT
VkSampleLocationsInfoEXT.clone
(Arena arena, VkSampleLocationsInfoEXT src) VkSampleLocationsInfoEXT.pSampleLocations
(@Nullable IVkSampleLocationEXT value) VkSampleLocationsInfoEXT.sampleLocationGridSize
(@NotNull VkExtent2D value) VkSampleLocationsInfoEXT.sampleLocationGridSize
(Consumer<@NotNull VkExtent2D> consumer) VkSampleLocationsInfoEXT.sampleLocationsCount
(int value) @NotNull VkSampleLocationsInfoEXT
VkAttachmentSampleLocationsEXT.sampleLocationsInfo()
@NotNull VkSampleLocationsInfoEXT
VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsInfo()
@NotNull VkSampleLocationsInfoEXT
VkSubpassSampleLocationsEXT.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 VkSampleLocationsInfoEXT
VkSampleLocationsInfoEXT.clone
(Arena arena, VkSampleLocationsInfoEXT src) VkAttachmentSampleLocationsEXT.sampleLocationsInfo
(@NotNull VkSampleLocationsInfoEXT value) VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsInfo
(@NotNull VkSampleLocationsInfoEXT value) VkSubpassSampleLocationsEXT.sampleLocationsInfo
(@NotNull VkSampleLocationsInfoEXT value) void
VkSampleLocationsInfoEXT.Ptr.write
(long index, @NotNull VkSampleLocationsInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSampleLocationsInfoEXTModifier and TypeMethodDescriptionVkAttachmentSampleLocationsEXT.sampleLocationsInfo
(Consumer<@NotNull VkSampleLocationsInfoEXT> consumer) VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsInfo
(Consumer<@NotNull VkSampleLocationsInfoEXT> consumer) VkSubpassSampleLocationsEXT.sampleLocationsInfo
(Consumer<@NotNull VkSampleLocationsInfoEXT> consumer)