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