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 record
Represents a pointer to / an array ofVkGraphicsPipelineShaderGroupsCreateInfoNV
structure(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.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) void
VkGraphicsPipelineShaderGroupsCreateInfoNV.Ptr.write
(long index, @NotNull VkGraphicsPipelineShaderGroupsCreateInfoNV value)