Uses of Record Class
club.doki7.vulkan.handle.VkPerformanceConfigurationINTEL.Ptr
Packages that use VkPerformanceConfigurationINTEL.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkPerformanceConfigurationINTEL.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPerformanceConfigurationINTEL.PtrModifier and TypeMethodDescriptionint
VkDeviceCommands.acquirePerformanceConfigurationINTEL
(VkDevice device, VkPerformanceConfigurationAcquireInfoINTEL pAcquireInfo, VkPerformanceConfigurationINTEL.Ptr pConfiguration) -
Uses of VkPerformanceConfigurationINTEL.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkPerformanceConfigurationINTEL.PtrModifier and TypeMethodDescriptionVkPerformanceConfigurationINTEL.Ptr.allocate
(Arena arena, @Nullable VkPerformanceConfigurationINTEL @NotNull [] values) VkPerformanceConfigurationINTEL.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkPerformanceConfigurationINTEL> values) VkPerformanceConfigurationINTEL.Ptr.allocateV
(Arena arena, @Nullable VkPerformanceConfigurationINTEL value0, @Nullable VkPerformanceConfigurationINTEL... values) VkPerformanceConfigurationINTEL.Ptr.offset
(long offset) VkPerformanceConfigurationINTEL.Ptr.reinterpret
(long newSize) Assume theVkPerformanceConfigurationINTEL.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkPerformanceConfigurationINTEL.Ptr
that uses the same backing storage as thisVkPerformanceConfigurationINTEL.Ptr
, but with the new size.VkPerformanceConfigurationINTEL.Ptr.slice
(long end) VkPerformanceConfigurationINTEL.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).