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.Ptr
VkPushConstantRange.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPushConstantRange> consumer) @NotNull VkPushConstantRange.Ptr
VkPushConstantRange.Ptr.offset
(long offset) VkIndirectExecutionSetShaderInfoEXT.pPushConstantRanges
(int assumedCount) VkPipelineLayoutCreateInfo.pPushConstantRanges
(int assumedCount) VkShaderCreateInfoEXT.pPushConstantRanges
(int assumedCount) @NotNull VkPushConstantRange.Ptr
VkPushConstantRange.Ptr.reinterpret
(long newSize) Assume theVkPushConstantRange.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPushConstantRange.Ptr
that uses the same backing storage as thisVkPushConstantRange.Ptr
, but with the new size.VkPushConstantRange.Ptr.slice
(long end) @NotNull VkPushConstantRange.Ptr
VkPushConstantRange.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).