Uses of Record Class
club.doki7.vulkan.datatype.VkSamplerCaptureDescriptorDataInfoEXT.Ptr
Packages that use VkSamplerCaptureDescriptorDataInfoEXT.Ptr
-
Uses of VkSamplerCaptureDescriptorDataInfoEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSamplerCaptureDescriptorDataInfoEXT.PtrModifier and TypeMethodDescriptionVkSamplerCaptureDescriptorDataInfoEXT.Ptr.offset
(long offset) VkSamplerCaptureDescriptorDataInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkSamplerCaptureDescriptorDataInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkSamplerCaptureDescriptorDataInfoEXT.Ptr
that uses the same backing storage as thisVkSamplerCaptureDescriptorDataInfoEXT.Ptr
, but with the new size.VkSamplerCaptureDescriptorDataInfoEXT.Ptr.slice
(long end) VkSamplerCaptureDescriptorDataInfoEXT.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).