Uses of Record Class
club.doki7.vulkan.handle.VkDescriptorSetLayout.Ptr
Packages that use VkDescriptorSetLayout.Ptr
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkDescriptorSetLayout.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDescriptorSetLayout.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createDescriptorSetLayout(VkDevice device, VkDescriptorSetLayoutCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkDescriptorSetLayout.Ptr pSetLayout) -
Uses of VkDescriptorSetLayout.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkDescriptorSetLayout.PtrModifier and TypeMethodDescriptionVkDescriptorSetAllocateInfo.pSetLayouts()Note: the returnedVkDescriptorSetLayout.Ptrdoes not have correctsize()property.VkIndirectExecutionSetShaderLayoutInfoEXT.pSetLayouts()Note: the returnedVkDescriptorSetLayout.Ptrdoes not have correctsize()property.VkPipelineLayoutCreateInfo.pSetLayouts()Note: the returnedVkDescriptorSetLayout.Ptrdoes not have correctsize()property.VkShaderCreateInfoEXT.pSetLayouts()Note: the returnedVkDescriptorSetLayout.Ptrdoes not have correctsize()property.Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorSetLayout.PtrModifier and TypeMethodDescriptionVkDescriptorSetAllocateInfo.pSetLayouts(VkDescriptorSetLayout.Ptr value) VkIndirectExecutionSetShaderLayoutInfoEXT.pSetLayouts(VkDescriptorSetLayout.Ptr value) VkPipelineLayoutCreateInfo.pSetLayouts(VkDescriptorSetLayout.Ptr value) VkShaderCreateInfoEXT.pSetLayouts(VkDescriptorSetLayout.Ptr value) -
Uses of VkDescriptorSetLayout.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkDescriptorSetLayout.PtrModifier and TypeMethodDescriptionstatic VkDescriptorSetLayout.Ptrstatic VkDescriptorSetLayout.Ptrstatic VkDescriptorSetLayout.PtrVkDescriptorSetLayout.Ptr.allocate(Arena arena, @Nullable VkDescriptorSetLayout @NotNull [] values) static VkDescriptorSetLayout.PtrVkDescriptorSetLayout.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkDescriptorSetLayout> values) static VkDescriptorSetLayout.PtrVkDescriptorSetLayout.Ptr.allocateV(Arena arena, @Nullable VkDescriptorSetLayout value0, @Nullable VkDescriptorSetLayout... values) VkDescriptorSetLayout.Ptr.offset(long offset) VkDescriptorSetLayout.Ptr.reinterpret(long newSize) Assume theVkDescriptorSetLayout.Ptris capable of holding at leastnewSizehandles, create a new viewVkDescriptorSetLayout.Ptrthat uses the same backing storage as thisVkDescriptorSetLayout.Ptr, but with the new size.VkDescriptorSetLayout.Ptr.slice(long end) VkDescriptorSetLayout.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).