Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorImageInfo.Ptr
Packages that use VkDescriptorImageInfo.Ptr
-
Uses of VkDescriptorImageInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDescriptorImageInfo.PtrModifier and TypeMethodDescriptionstatic VkDescriptorImageInfo.Ptr
@NotNull VkDescriptorImageInfo.Ptr
VkDescriptorImageInfo.Ptr.offset
(long offset) VkDescriptorDataEXT.pCombinedImageSampler
(int assumedCount) VkWriteDescriptorSet.pImageInfo
(int assumedCount) VkDescriptorDataEXT.pInputAttachmentImage
(int assumedCount) VkDescriptorDataEXT.pSampledImage
(int assumedCount) VkDescriptorDataEXT.pStorageImage
(int assumedCount) @NotNull VkDescriptorImageInfo.Ptr
VkDescriptorImageInfo.Ptr.reinterpret
(long newSize) Assume theVkDescriptorImageInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorImageInfo.Ptr
that uses the same backing storage as thisVkDescriptorImageInfo.Ptr
, but with the new size.VkDescriptorImageInfo.Ptr.slice
(long end) @NotNull VkDescriptorImageInfo.Ptr
VkDescriptorImageInfo.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).