Uses of Record Class
club.doki7.vulkan.datatype.VkMultisamplePropertiesEXT
Packages that use VkMultisamplePropertiesEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMultisamplePropertiesEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMultisamplePropertiesEXTModifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceMultisamplePropertiesEXT
(VkPhysicalDevice physicalDevice, int samples, VkMultisamplePropertiesEXT pMultisampleProperties) -
Uses of VkMultisamplePropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMultisamplePropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMultisamplePropertiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMultisamplePropertiesEXTModifier and TypeMethodDescriptionstatic VkMultisamplePropertiesEXT
@NotNull VkMultisamplePropertiesEXT
VkMultisamplePropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMultisamplePropertiesEXT
VkMultisamplePropertiesEXT.clone
(Arena arena, VkMultisamplePropertiesEXT src) VkMultisamplePropertiesEXT.maxSampleLocationGridSize
(@NotNull VkExtent2D value) VkMultisamplePropertiesEXT.maxSampleLocationGridSize
(Consumer<@NotNull VkExtent2D> consumer) VkMultisamplePropertiesEXT.pNext
(@NotNull MemorySegment value) VkMultisamplePropertiesEXT.sType
(int value) VkMultisamplePropertiesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMultisamplePropertiesEXTModifier and TypeMethodDescription@NotNull Iterator
<VkMultisamplePropertiesEXT> VkMultisamplePropertiesEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMultisamplePropertiesEXTModifier and TypeMethodDescriptionstatic VkMultisamplePropertiesEXT
VkMultisamplePropertiesEXT.clone
(Arena arena, VkMultisamplePropertiesEXT src) void
VkMultisamplePropertiesEXT.Ptr.write
(long index, @NotNull VkMultisamplePropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMultisamplePropertiesEXTModifier and TypeMethodDescriptionVkMultisamplePropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMultisamplePropertiesEXT> consumer)