Uses of Record Class
club.doki7.sdl3.datatype.SDL_GPUComputePipelineCreateInfo
Packages that use SDL_GPUComputePipelineCreateInfo
-
Uses of SDL_GPUComputePipelineCreateInfo in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GPUComputePipelineCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GPUComputePipelineCreateInfoModifier and TypeMethodDescription@NotNull SDL_GPUComputePipelineCreateInfoSDL_GPUComputePipelineCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.SDL_GPUComputePipelineCreateInfo.clone(Arena arena, SDL_GPUComputePipelineCreateInfo src) SDL_GPUComputePipelineCreateInfo.code_size(long value) SDL_GPUComputePipelineCreateInfo.entrypoint(@Nullable BytePtr value) SDL_GPUComputePipelineCreateInfo.format(int value) SDL_GPUComputePipelineCreateInfo.num_readonly_storage_buffers(int value) SDL_GPUComputePipelineCreateInfo.num_readonly_storage_textures(int value) SDL_GPUComputePipelineCreateInfo.num_readwrite_storage_buffers(int value) SDL_GPUComputePipelineCreateInfo.num_readwrite_storage_textures(int value) SDL_GPUComputePipelineCreateInfo.num_samplers(int value) SDL_GPUComputePipelineCreateInfo.num_uniform_buffers(int value) SDL_GPUComputePipelineCreateInfo.props(int value) SDL_GPUComputePipelineCreateInfo.threadcount_x(int value) SDL_GPUComputePipelineCreateInfo.threadcount_y(int value) SDL_GPUComputePipelineCreateInfo.threadcount_z(int value) SDL_GPUComputePipelineCreateInfo.Ptr.toArray()Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GPUComputePipelineCreateInfoModifier and TypeMethodDescription@NotNull Iterator<SDL_GPUComputePipelineCreateInfo> SDL_GPUComputePipelineCreateInfo.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUComputePipelineCreateInfoModifier and TypeMethodDescriptionSDL_GPUComputePipelineCreateInfo.clone(Arena arena, SDL_GPUComputePipelineCreateInfo src) voidSDL_GPUComputePipelineCreateInfo.Ptr.write(long index, @NotNull SDL_GPUComputePipelineCreateInfo value)