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 recordRepresents a pointer to / an array ofVkPipelineSampleLocationsStateCreateInfoEXTstructure(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.pNext(@NotNull MemorySegment value) 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) voidVkPipelineSampleLocationsStateCreateInfoEXT.Ptr.write(long index, @NotNull VkPipelineSampleLocationsStateCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineSampleLocationsStateCreateInfoEXTModifier and TypeMethodDescriptionVkPipelineSampleLocationsStateCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineSampleLocationsStateCreateInfoEXT> consumer)