Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMeshShaderFeaturesNV.Ptr
Packages that use VkPhysicalDeviceMeshShaderFeaturesNV.Ptr
-
Uses of VkPhysicalDeviceMeshShaderFeaturesNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMeshShaderFeaturesNV.PtrModifier and TypeMethodDescriptionVkPhysicalDeviceMeshShaderFeaturesNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMeshShaderFeaturesNV> consumer) VkPhysicalDeviceMeshShaderFeaturesNV.Ptr.offset
(long offset) VkPhysicalDeviceMeshShaderFeaturesNV.Ptr.reinterpret
(long newSize) Assume theVkPhysicalDeviceMeshShaderFeaturesNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceMeshShaderFeaturesNV.Ptr
that uses the same backing storage as thisVkPhysicalDeviceMeshShaderFeaturesNV.Ptr
, but with the new size.VkPhysicalDeviceMeshShaderFeaturesNV.Ptr.slice
(long end) VkPhysicalDeviceMeshShaderFeaturesNV.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).