Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceSampleLocationsPropertiesEXT
Packages that use VkPhysicalDeviceSampleLocationsPropertiesEXT
-
Uses of VkPhysicalDeviceSampleLocationsPropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceSampleLocationsPropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceSampleLocationsPropertiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceSampleLocationsPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceSampleLocationsPropertiesEXT.clone
(Arena arena, VkPhysicalDeviceSampleLocationsPropertiesEXT src) VkPhysicalDeviceSampleLocationsPropertiesEXT.maxSampleLocationGridSize
(@NotNull VkExtent2D value) VkPhysicalDeviceSampleLocationsPropertiesEXT.maxSampleLocationGridSize
(Consumer<@NotNull VkExtent2D> consumer) VkPhysicalDeviceSampleLocationsPropertiesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceSampleLocationsPropertiesEXT.sampleLocationCoordinateRange
(FloatPtr value) VkPhysicalDeviceSampleLocationsPropertiesEXT.sampleLocationCoordinateRange
(@NotNull Consumer<FloatPtr> consumer) VkPhysicalDeviceSampleLocationsPropertiesEXT.sampleLocationSampleCounts
(int value) VkPhysicalDeviceSampleLocationsPropertiesEXT.sampleLocationSubPixelBits
(int value) VkPhysicalDeviceSampleLocationsPropertiesEXT.sType
(int value) VkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr.toArray()
VkPhysicalDeviceSampleLocationsPropertiesEXT.variableSampleLocations
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceSampleLocationsPropertiesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceSampleLocationsPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceSampleLocationsPropertiesEXT.clone
(Arena arena, VkPhysicalDeviceSampleLocationsPropertiesEXT src) void
VkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceSampleLocationsPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceSampleLocationsPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceSampleLocationsPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceSampleLocationsPropertiesEXT> consumer)