Uses of Record Class
club.doki7.vulkan.datatype.VkBindDescriptorBufferEmbeddedSamplersInfoEXT
Packages that use VkBindDescriptorBufferEmbeddedSamplersInfoEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkBindDescriptorBufferEmbeddedSamplersInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBindDescriptorBufferEmbeddedSamplersInfoEXTModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdBindDescriptorBufferEmbeddedSamplers2EXT(VkCommandBuffer commandBuffer, VkBindDescriptorBufferEmbeddedSamplersInfoEXT pBindDescriptorBufferEmbeddedSamplersInfo) -
Uses of VkBindDescriptorBufferEmbeddedSamplersInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBindDescriptorBufferEmbeddedSamplersInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkBindDescriptorBufferEmbeddedSamplersInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindDescriptorBufferEmbeddedSamplersInfoEXTModifier and TypeMethodDescriptionVkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkBindDescriptorBufferEmbeddedSamplersInfoEXT.clone(Arena arena, VkBindDescriptorBufferEmbeddedSamplersInfoEXT src) VkBindDescriptorBufferEmbeddedSamplersInfoEXT.layout(@Nullable VkPipelineLayout value) VkBindDescriptorBufferEmbeddedSamplersInfoEXT.pNext(@NotNull MemorySegment value) VkBindDescriptorBufferEmbeddedSamplersInfoEXT.set(int value) VkBindDescriptorBufferEmbeddedSamplersInfoEXT.stageFlags(int value) VkBindDescriptorBufferEmbeddedSamplersInfoEXT.sType(int value) VkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBindDescriptorBufferEmbeddedSamplersInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkBindDescriptorBufferEmbeddedSamplersInfoEXTModifier and TypeMethodDescriptionVkBindDescriptorBufferEmbeddedSamplersInfoEXT.clone(Arena arena, VkBindDescriptorBufferEmbeddedSamplersInfoEXT src) voidVkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr.write(long index, @NotNull VkBindDescriptorBufferEmbeddedSamplersInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBindDescriptorBufferEmbeddedSamplersInfoEXTModifier and TypeMethodDescriptionVkBindDescriptorBufferEmbeddedSamplersInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkBindDescriptorBufferEmbeddedSamplersInfoEXT> consumer)