Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorSetLayoutBinding.Ptr
Packages that use VkDescriptorSetLayoutBinding.Ptr
-
Uses of VkDescriptorSetLayoutBinding.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDescriptorSetLayoutBinding.PtrModifier and TypeMethodDescription@NotNull VkDescriptorSetLayoutBinding.Ptr
VkDescriptorSetLayoutBinding.Ptr.offset
(long offset) VkDescriptorSetLayoutCreateInfo.pBindings
(int assumedCount) @NotNull VkDescriptorSetLayoutBinding.Ptr
VkDescriptorSetLayoutBinding.Ptr.reinterpret
(long newSize) Assume theVkDescriptorSetLayoutBinding.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkDescriptorSetLayoutBinding.Ptr
that uses the same backing storage as thisVkDescriptorSetLayoutBinding.Ptr
, but with the new size.VkDescriptorSetLayoutBinding.Ptr.slice
(long end) @NotNull VkDescriptorSetLayoutBinding.Ptr
VkDescriptorSetLayoutBinding.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).