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