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