Skip to content

Neslib.Sdl3.Gpu

Classes & Records

Name Description
TSdlGpuBlitInfo A record containing parameters for a blit command.
TSdlGpuBlitRegion A record specifying a region of a texture used in the blit operation.
TSdlGpuBuffer A buffer used for vertices, indices, indirect draw commands, and general compute data.
TSdlGpuBufferBinding A record specifying parameters in a buffer binding call.
TSdlGpuBufferCreateInfo A record specifying the parameters of a buffer.
TSdlGpuBufferLocation A record specifying a location in a buffer.
TSdlGpuBufferRegion A record specifying a region of a buffer.
TSdlGpuColorTargetBlendState A record specifying the blend state of a color target.
TSdlGpuColorTargetDescription A record specifying the parameters of color targets used in a graphics pipeline.
TSdlGpuColorTargetInfo A record specifying the parameters of a color target used by a render pass.
TSdlGpuCommandBuffer A command buffer.
TSdlGpuComputePass A compute pass.
TSdlGpuComputePipeline A compute pipeline. Used during compute passes.
TSdlGpuComputePipelineCreateInfo A record specifying the parameters of a compute pipeline state.
TSdlGpuCopyPass A copy pass.
TSdlGpuDepthStencilState A record specifying the parameters of the graphics pipeline depth stencil state.
TSdlGpuDepthStencilTargetInfo A structure specifying the parameters of a depth-stencil target used by a render pass.
TSdlGpuDevice The SDL_GPU context.
TSdlGpuDriver A GPU driver compiled into SDL.
TSdlGpuFence A fence.
TSdlGpuGraphicsPipeline A graphics pipeline. Used during render passes.
TSdlGpuGraphicsPipelineCreateInfo A record specifying the parameters of a graphics pipeline state.
TSdlGpuGraphicsPipelineTargetInfo A record specifying the descriptions of render targets used in a graphics pipeline.
TSdlGpuIndexedIndirectDrawCommand A record specifying the parameters of an indexed indirect draw command.
TSdlGpuIndirectDispatchCommand A record specifying the parameters of an indexed dispatch command.
TSdlGpuIndirectDrawCommand A record specifying the parameters of an indirect draw command.
TSdlGpuMultisampleState A record specifying the parameters of the graphics pipeline multisample state.
TSdlGpuRasterizerState A record specifying the parameters of the graphics pipeline rasterizer state.
TSdlGpuRenderPass A render pass.
TSdlGpuSampler A sampler.
TSdlGpuSamplerCreateInfo A record specifying the parameters of a sampler.
TSdlGpuShader A compiled shader object.
TSdlGpuShaderCreateInfo A record specifying code and metadata for creating a shader object.
TSdlGpuStencilOpState A record specifying the stencil operation state of a graphics pipeline.
TSdlGpuStorageBufferReadWriteBinding A record specifying parameters related to binding buffers in a compute pass.
TSdlGpuStorageTextureReadWriteBinding A record specifying parameters related to binding textures in a compute pass.
TSdlGpuTexture A texture.
TSdlGpuTextureCreateInfo A record specifying the parameters of a texture.
TSdlGpuTextureLocation A record specifying a location in a texture.
TSdlGpuTextureRegion A record specifying a region of a texture.
TSdlGpuTextureSamplerBinding A record specifying parameters in a sampler binding call.
TSdlGpuTextureTransferInfo A record specifying parameters related to transferring data to or from a texture.
TSdlGpuTransferBuffer A transfer buffer used for transferring data to and from the device.
TSdlGpuTransferBufferCreateInfo A record specifying the parameters of a transfer buffer.
TSdlGpuTransferBufferLocation A record specifying a location in a transfer buffer.
TSdlGpuVertexAttribute A record specifying a vertex attribute.
TSdlGpuVertexBufferDescription A record specifying the parameters of vertex buffers used in a graphics pipeline.
TSdlGpuVertexInputState A record specifying the parameters of a graphics pipeline vertex input state.
TSdlGpuViewport A record specifying a viewport.

Types

Name Description
PSdlGpuBlitRegion
PSdlGpuColorTargetBlendState
PSdlGpuDepthStencilState
PSdlGpuGraphicsPipelineCreateInfo
PSdlGpuMultisampleState
PSdlGpuRasterizerState
PSdlGpuStencilOpState
TSdlGpuBlendFactor Specifies a blending factor to be used when pixels in a render target are blended with existing pixels in the texture.
TSdlGpuBlendOp Specifies the operator to be used when pixels in a render target are blended with existing pixels in the texture.
TSdlGpuBufferUsageFlag Specifies how a buffer is intended to be used by the client.
TSdlGpuBufferUsageFlags
TSdlGpuColorComponentFlag Specifies which color components are written in a graphics pipeline.
TSdlGpuColorComponentFlags
TSdlGpuCompareOp Specifies a comparison operator for depth, stencil and sampler operations.
TSdlGpuCubeMapFace Specifies the face of a cube map.
TSdlGpuCullMode Specifies the facing direction in which triangle faces will be culled.
TSdlGpuFillMode Specifies the fill mode of the graphics pipeline.
TSdlGpuFilter Specifies a filter operation used by a sampler.
TSdlGpuFrontFace Specifies the vertex winding that will cause a triangle to be determined to be front-facing.
TSdlGpuIndexElementSize Specifies the size of elements in an index buffer.
TSdlGpuLoadOp Specifies how the contents of a texture attached to a render pass are treated at the beginning of the render pass.
TSdlGpuPresentMode Specifies the timing that will be used to present swapchain textures to the OS.
TSdlGpuPrimitiveType Specifies the primitive topology of a graphics pipeline.
TSdlGpuSampleCount Specifies the sample count of a texture.
TSdlGpuSamplerAddressMode Specifies behavior of texture sampling when the coordinates exceed the 0-1 range.
TSdlGpuSamplerMipmapMode Specifies a mipmap mode used by a sampler.
TSdlGpuShaderFormat Specifies the format of shader code.
TSdlGpuShaderFormats
TSdlGpuShaderStage Specifies which stage a shader program corresponds to.
TSdlGpuStencilOp Specifies what happens to a stored stencil value if stencil tests fail or pass.
TSdlGpuStoreOp Specifies how the contents of a texture attached to a render pass are treated at the end of the render pass.
TSdlGpuSwapchainComposition Specifies the texture format and colorspace of the swapchain textures.
TSdlGpuTextureFormat Specifies the pixel format of a texture.
TSdlGpuTextureKind Specifies the type of a texture.
TSdlGpuTextureUsageFlag Specifies how a texture is intended to be used by the client.
TSdlGpuTextureUsageFlags
TSdlGpuTransferBufferUsage Specifies how a transfer buffer is intended to be used by the client.
TSdlGpuVertexElementFormat Specifies the format of a vertex attribute.
TSdlGpuVertexInputRate Specifies the rate at which vertex attributes are pulled from buffers.