Uses of Record Class
club.doki7.vulkan.handle.VkShaderModule
Packages that use VkShaderModule
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkShaderModule in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkShaderModuleModifier and TypeMethodDescriptionvoid
VkDeviceCommands.destroyShaderModule
(VkDevice device, @Nullable VkShaderModule shaderModule, @Nullable VkAllocationCallbacks pAllocator) void
VkDeviceCommands.getShaderModuleIdentifierEXT
(VkDevice device, VkShaderModule shaderModule, VkShaderModuleIdentifierEXT pIdentifier) -
Uses of VkShaderModule in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkShaderModuleModifier and TypeMethodDescription@Nullable VkShaderModule
VkPipelineShaderStageCreateInfo.module()
Methods in club.doki7.vulkan.datatype with parameters of type VkShaderModuleModifier and TypeMethodDescriptionVkPipelineShaderStageCreateInfo.module
(@Nullable VkShaderModule value) -
Uses of VkShaderModule in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkShaderModuleModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkShaderModule
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkShaderModuleModifier and TypeMethodDescription@Nullable VkShaderModule
VkShaderModule.Ptr.read()
@Nullable VkShaderModule
VkShaderModule.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkShaderModuleModifier and TypeMethodDescription@NotNull Iterator
<VkShaderModule> VkShaderModule.Ptr.iterator()
Methods in club.doki7.vulkan.handle with parameters of type VkShaderModuleModifier and TypeMethodDescriptionstatic VkShaderModule.Ptr
VkShaderModule.Ptr.allocate
(Arena arena, @Nullable VkShaderModule @NotNull [] values) static VkShaderModule.Ptr
VkShaderModule.Ptr.allocateV
(Arena arena, @Nullable VkShaderModule value0, @Nullable VkShaderModule... values) void
VkShaderModule.Ptr.write
(long index, @Nullable VkShaderModule value) void
VkShaderModule.Ptr.write
(@Nullable VkShaderModule value) void
VkShaderModule.Ptr.write
(@Nullable VkShaderModule[] values) void
VkShaderModule.Ptr.writeV
(@Nullable VkShaderModule value0, @Nullable VkShaderModule... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkShaderModuleModifier and TypeMethodDescriptionstatic VkShaderModule.Ptr
VkShaderModule.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkShaderModule> values)