Uses of Record Class
club.doki7.sdl3.handle.SDL_GPUGraphicsPipeline
Packages that use SDL_GPUGraphicsPipeline
-
Uses of SDL_GPUGraphicsPipeline in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_GPUGraphicsPipelineModifier and TypeMethodDescriptionSDL3.createGPUGraphicsPipeline
(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUGraphicsPipelineCreateInfo createinfo) Creates a pipeline object to be used in a graphics workflow.Methods in club.doki7.sdl3 with parameters of type SDL_GPUGraphicsPipelineModifier and TypeMethodDescriptionvoid
SDL3.bindGPUGraphicsPipeline
(@Nullable SDL_GPURenderPass render_pass, @Nullable SDL_GPUGraphicsPipeline graphics_pipeline) Binds a graphics pipeline on a render pass to be used in rendering.void
SDL3.releaseGPUGraphicsPipeline
(@Nullable SDL_GPUDevice device, @Nullable SDL_GPUGraphicsPipeline graphics_pipeline) Frees the given graphics pipeline as soon as it is safe to do so. -
Uses of SDL_GPUGraphicsPipeline in club.doki7.sdl3.handle
Classes in club.doki7.sdl3.handle that implement interfaces with type arguments of type SDL_GPUGraphicsPipelineModifier and TypeClassDescriptionstatic final record
Represents a pointer toSDL_GPUGraphicsPipeline
handle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_GPUGraphicsPipelineModifier and TypeMethodDescription@Nullable SDL_GPUGraphicsPipeline
SDL_GPUGraphicsPipeline.Ptr.read()
@Nullable SDL_GPUGraphicsPipeline
SDL_GPUGraphicsPipeline.Ptr.read
(long index) Methods in club.doki7.sdl3.handle that return types with arguments of type SDL_GPUGraphicsPipelineModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUGraphicsPipeline> SDL_GPUGraphicsPipeline.Ptr.iterator()
Methods in club.doki7.sdl3.handle with parameters of type SDL_GPUGraphicsPipelineModifier and TypeMethodDescriptionstatic SDL_GPUGraphicsPipeline.Ptr
SDL_GPUGraphicsPipeline.Ptr.allocate
(Arena arena, @Nullable SDL_GPUGraphicsPipeline[] values) static SDL_GPUGraphicsPipeline.Ptr
SDL_GPUGraphicsPipeline.Ptr.allocateV
(Arena arena, @Nullable SDL_GPUGraphicsPipeline value0, @Nullable SDL_GPUGraphicsPipeline... values) void
SDL_GPUGraphicsPipeline.Ptr.write
(long index, @Nullable SDL_GPUGraphicsPipeline value) void
SDL_GPUGraphicsPipeline.Ptr.write
(@Nullable SDL_GPUGraphicsPipeline value) void
SDL_GPUGraphicsPipeline.Ptr.write
(@Nullable SDL_GPUGraphicsPipeline[] values) void
SDL_GPUGraphicsPipeline.Ptr.writeV
(@Nullable SDL_GPUGraphicsPipeline value0, @Nullable SDL_GPUGraphicsPipeline... values)