Uses of Record Class
club.doki7.vulkan.handle.VkShaderEXT
Packages that use VkShaderEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkShaderEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkShaderEXTModifier and TypeMethodDescriptionvoidVkDeviceCommands.destroyShaderEXT(VkDevice device, @Nullable VkShaderEXT shader, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.getShaderBinaryDataEXT(VkDevice device, VkShaderEXT shader, PointerPtr pDataSize, @NotNull MemorySegment pData) -
Uses of VkShaderEXT in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkShaderEXTModifier and TypeMethodDescription@Nullable VkShaderEXTVkWriteIndirectExecutionSetShaderEXT.shader()Methods in club.doki7.vulkan.datatype with parameters of type VkShaderEXTModifier and TypeMethodDescriptionVkWriteIndirectExecutionSetShaderEXT.shader(@Nullable VkShaderEXT value) -
Uses of VkShaderEXT in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkShaderEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkShaderEXThandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkShaderEXTModifier and TypeMethodDescription@Nullable VkShaderEXTVkShaderEXT.Ptr.read()@Nullable VkShaderEXTVkShaderEXT.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkShaderEXTMethods in club.doki7.vulkan.handle with parameters of type VkShaderEXTModifier and TypeMethodDescriptionstatic VkShaderEXT.PtrVkShaderEXT.Ptr.allocate(Arena arena, @Nullable VkShaderEXT @NotNull [] values) static VkShaderEXT.PtrVkShaderEXT.Ptr.allocateV(Arena arena, @Nullable VkShaderEXT value0, @Nullable VkShaderEXT... values) voidVkShaderEXT.Ptr.write(long index, @Nullable VkShaderEXT value) voidVkShaderEXT.Ptr.write(@Nullable VkShaderEXT value) voidVkShaderEXT.Ptr.write(@Nullable VkShaderEXT[] values) voidVkShaderEXT.Ptr.writeV(@Nullable VkShaderEXT value0, @Nullable VkShaderEXT... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkShaderEXTModifier and TypeMethodDescriptionstatic VkShaderEXT.PtrVkShaderEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkShaderEXT> values)