Uses of Record Class
club.doki7.vulkan.datatype.VkGraphicsShaderGroupCreateInfoNV.Ptr
Packages that use VkGraphicsShaderGroupCreateInfoNV.Ptr
-
Uses of VkGraphicsShaderGroupCreateInfoNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkGraphicsShaderGroupCreateInfoNV.PtrModifier and TypeMethodDescriptionVkGraphicsShaderGroupCreateInfoNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkGraphicsShaderGroupCreateInfoNV> consumer) VkGraphicsShaderGroupCreateInfoNV.Ptr.offset
(long offset) VkGraphicsPipelineShaderGroupsCreateInfoNV.pGroups
(int assumedCount) VkGraphicsShaderGroupCreateInfoNV.Ptr.reinterpret
(long newSize) Assume theVkGraphicsShaderGroupCreateInfoNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGraphicsShaderGroupCreateInfoNV.Ptr
that uses the same backing storage as thisVkGraphicsShaderGroupCreateInfoNV.Ptr
, but with the new size.VkGraphicsShaderGroupCreateInfoNV.Ptr.slice
(long end) VkGraphicsShaderGroupCreateInfoNV.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).