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