Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineSampleLocationsStateCreateInfoEXT
Packages that use VkPipelineSampleLocationsStateCreateInfoEXT
-
Uses of VkPipelineSampleLocationsStateCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineSampleLocationsStateCreateInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPipelineSampleLocationsStateCreateInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineSampleLocationsStateCreateInfoEXTModifier and TypeMethodDescriptionVkPipelineSampleLocationsStateCreateInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPipelineSampleLocationsStateCreateInfoEXT.clone
(Arena arena, VkPipelineSampleLocationsStateCreateInfoEXT src) VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsEnable
(int value) VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsInfo
(@NotNull VkSampleLocationsInfoEXT value) VkPipelineSampleLocationsStateCreateInfoEXT.sampleLocationsInfo
(Consumer<@NotNull VkSampleLocationsInfoEXT> consumer) VkPipelineSampleLocationsStateCreateInfoEXT.sType
(int value) VkPipelineSampleLocationsStateCreateInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineSampleLocationsStateCreateInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPipelineSampleLocationsStateCreateInfoEXTModifier and TypeMethodDescriptionVkPipelineSampleLocationsStateCreateInfoEXT.clone
(Arena arena, VkPipelineSampleLocationsStateCreateInfoEXT src) void
VkPipelineSampleLocationsStateCreateInfoEXT.Ptr.write
(long index, @NotNull VkPipelineSampleLocationsStateCreateInfoEXT value)