Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsPushConstantTokenEXT.Ptr
Packages that use VkIndirectCommandsPushConstantTokenEXT.Ptr
-
Uses of VkIndirectCommandsPushConstantTokenEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsPushConstantTokenEXT.PtrModifier and TypeMethodDescriptionVkIndirectCommandsPushConstantTokenEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkIndirectCommandsPushConstantTokenEXT> consumer) VkIndirectCommandsPushConstantTokenEXT.Ptr.offset
(long offset) VkIndirectCommandsTokenDataEXT.pPushConstant
(int assumedCount) VkIndirectCommandsPushConstantTokenEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsPushConstantTokenEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsPushConstantTokenEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsPushConstantTokenEXT.Ptr
, but with the new size.VkIndirectCommandsPushConstantTokenEXT.Ptr.slice
(long end) VkIndirectCommandsPushConstantTokenEXT.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).