Uses of Record Class
club.doki7.vulkan.datatype.VkWriteIndirectExecutionSetShaderEXT
Packages that use VkWriteIndirectExecutionSetShaderEXT
-
Uses of VkWriteIndirectExecutionSetShaderEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkWriteIndirectExecutionSetShaderEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkWriteIndirectExecutionSetShaderEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkWriteIndirectExecutionSetShaderEXTModifier and TypeMethodDescription@NotNull VkWriteIndirectExecutionSetShaderEXT
VkWriteIndirectExecutionSetShaderEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkWriteIndirectExecutionSetShaderEXT.clone
(Arena arena, VkWriteIndirectExecutionSetShaderEXT src) VkWriteIndirectExecutionSetShaderEXT.index
(int value) VkWriteIndirectExecutionSetShaderEXT.shader
(@Nullable VkShaderEXT value) VkWriteIndirectExecutionSetShaderEXT.sType
(int value) VkWriteIndirectExecutionSetShaderEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkWriteIndirectExecutionSetShaderEXTModifier and TypeMethodDescription@NotNull Iterator
<VkWriteIndirectExecutionSetShaderEXT> VkWriteIndirectExecutionSetShaderEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkWriteIndirectExecutionSetShaderEXTModifier and TypeMethodDescriptionVkWriteIndirectExecutionSetShaderEXT.clone
(Arena arena, VkWriteIndirectExecutionSetShaderEXT src) void
VkWriteIndirectExecutionSetShaderEXT.Ptr.write
(long index, @NotNull VkWriteIndirectExecutionSetShaderEXT value)