Uses of Record Class
club.doki7.vulkan.datatype.VkPushConstantRange.Ptr
Packages that use VkPushConstantRange.Ptr
-
Uses of VkPushConstantRange.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPushConstantRange.PtrModifier and TypeMethodDescriptionstatic VkPushConstantRange.PtrVkPushConstantRange.Ptr.at(long index, @NotNull Consumer<@NotNull VkPushConstantRange> consumer) @NotNull VkPushConstantRange.PtrVkPushConstantRange.Ptr.offset(long offset) VkIndirectExecutionSetShaderInfoEXT.pPushConstantRanges(int assumedCount) VkPipelineLayoutCreateInfo.pPushConstantRanges(int assumedCount) VkShaderCreateInfoEXT.pPushConstantRanges(int assumedCount) @NotNull VkPushConstantRange.PtrVkPushConstantRange.Ptr.reinterpret(long newSize) Assume theVkPushConstantRange.Ptris capable of holding at leastnewSizestructures, create a new viewVkPushConstantRange.Ptrthat uses the same backing storage as thisVkPushConstantRange.Ptr, but with the new size.VkPushConstantRange.Ptr.slice(long end) @NotNull VkPushConstantRange.PtrVkPushConstantRange.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).