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