Uses of Record Class
club.doki7.vulkan.datatype.VkGraphicsPipelineShaderGroupsCreateInfoNV
Packages that use VkGraphicsPipelineShaderGroupsCreateInfoNV
-
Uses of VkGraphicsPipelineShaderGroupsCreateInfoNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkGraphicsPipelineShaderGroupsCreateInfoNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkGraphicsPipelineShaderGroupsCreateInfoNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkGraphicsPipelineShaderGroupsCreateInfoNVModifier and TypeMethodDescriptionVkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkGraphicsPipelineShaderGroupsCreateInfoNV.clone(Arena arena, VkGraphicsPipelineShaderGroupsCreateInfoNV src) VkGraphicsPipelineShaderGroupsCreateInfoNV.groupCount(int value) VkGraphicsPipelineShaderGroupsCreateInfoNV.pGroups(@Nullable IVkGraphicsShaderGroupCreateInfoNV value) VkGraphicsPipelineShaderGroupsCreateInfoNV.pipelineCount(int value) VkGraphicsPipelineShaderGroupsCreateInfoNV.pNext(@NotNull MemorySegment value) VkGraphicsPipelineShaderGroupsCreateInfoNV.pPipelines(VkPipeline.Ptr value) VkGraphicsPipelineShaderGroupsCreateInfoNV.sType(int value) VkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkGraphicsPipelineShaderGroupsCreateInfoNVMethods in club.doki7.vulkan.datatype with parameters of type VkGraphicsPipelineShaderGroupsCreateInfoNVModifier and TypeMethodDescriptionVkGraphicsPipelineShaderGroupsCreateInfoNV.clone(Arena arena, VkGraphicsPipelineShaderGroupsCreateInfoNV src) voidVkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr.write(long index, @NotNull VkGraphicsPipelineShaderGroupsCreateInfoNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkGraphicsPipelineShaderGroupsCreateInfoNVModifier and TypeMethodDescriptionVkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkGraphicsPipelineShaderGroupsCreateInfoNV> consumer)