Uses of Record Class
club.doki7.vulkan.handle.VkDebugReportCallbackEXT.Ptr
Packages that use VkDebugReportCallbackEXT.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkDebugReportCallbackEXT.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDebugReportCallbackEXT.PtrModifier and TypeMethodDescriptionint
VkInstanceCommands.createDebugReportCallbackEXT
(VkInstance instance, VkDebugReportCallbackCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDebugReportCallbackEXT.Ptr pCallback) -
Uses of VkDebugReportCallbackEXT.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkDebugReportCallbackEXT.PtrModifier and TypeMethodDescriptionstatic VkDebugReportCallbackEXT.Ptr
static VkDebugReportCallbackEXT.Ptr
static VkDebugReportCallbackEXT.Ptr
VkDebugReportCallbackEXT.Ptr.allocate
(Arena arena, @Nullable VkDebugReportCallbackEXT[] values) static VkDebugReportCallbackEXT.Ptr
VkDebugReportCallbackEXT.Ptr.allocateV
(Arena arena, @Nullable VkDebugReportCallbackEXT value0, @Nullable VkDebugReportCallbackEXT... values) VkDebugReportCallbackEXT.Ptr.offset
(long offset) VkDebugReportCallbackEXT.Ptr.reinterpret
(long newSize) Assume theVkDebugReportCallbackEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkDebugReportCallbackEXT.Ptr
that uses the same backing storage as thisVkDebugReportCallbackEXT.Ptr
, but with the new size.VkDebugReportCallbackEXT.Ptr.slice
(long end) VkDebugReportCallbackEXT.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).