Uses of Record Class
club.doki7.vulkan.datatype.VkBindShaderGroupIndirectCommandNV.Ptr
Packages that use VkBindShaderGroupIndirectCommandNV.Ptr
-
Uses of VkBindShaderGroupIndirectCommandNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkBindShaderGroupIndirectCommandNV.PtrModifier and TypeMethodDescriptionVkBindShaderGroupIndirectCommandNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkBindShaderGroupIndirectCommandNV> consumer) VkBindShaderGroupIndirectCommandNV.Ptr.offset(long offset) VkBindShaderGroupIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkBindShaderGroupIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindShaderGroupIndirectCommandNV.Ptrthat uses the same backing storage as thisVkBindShaderGroupIndirectCommandNV.Ptr, but with the new size.VkBindShaderGroupIndirectCommandNV.Ptr.slice(long end) VkBindShaderGroupIndirectCommandNV.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).