|
| bool | Examples_CreateSwapchain (SDL_Window *window, RHIDevice *device, RHIDeviceScopedHandle< RHISurface > &outSurface, RHIDeviceScopedHandle< RHISwapchain > &outSwap) |
| |
| void | Examples_ReportFatalException () |
| |
| void | Examples_UpdateCameraUBO (RendererUBO &ubo, Renderer *renderer, FExampleOrbitCamera &camera, RendererConfig const &config) |
| |
| ExampleVulkanContext | Examples_InitVulkan (SDL_Window *window, int argc, char **argv, RendererDesc desc) |
| |
| bool | Examples_PollEvents (SDL_Window *window, ExampleVulkanContext &ctx, ExampleInputState &input, SDL_Event *outLastEvent, void(*processEvent)(SDL_Event *)) |
| |
| bool | Examples_ShouldClose (SDL_Window *window, ExampleVulkanContext &ctx, SDL_Event *outEvent) |
| |
| void | Examples_BeginFrameInput (ExampleInputState &input) |
| |
| void | Examples_BeginControls (ExampleInputState &input, int x, int y) |
| |
| void | Examples_SameLine (ExampleInputState &input, int spacing) |
| |
| void | Examples_PushScale (ExampleInputState &input, int scale) |
| |
| void | Examples_PopScale (ExampleInputState &input) |
| |
| void | Examples_PushColor (ExampleInputState &input, int col32) |
| |
| void | Examples_PushColor (ExampleInputState &input, int r, int g, int b, int a) |
| |
| void | Examples_PopColor (ExampleInputState &input) |
| |
| void | Examples_Text (ExampleInputState &input, StringView text) |
| |
| bool | Examples_Button (ExampleInputState &input, StringView text) |
| |
| bool | Examples_Slider (ExampleInputState &input, StringView label, float &value, float minValue, float maxValue, float step, const char *unit, bool drag) |
| |
| Span< const RenderUtils::CSDebugTextData > | Examples_HudLines (ExampleInputState const &input) |
| |
| void | Examples_ResetRenderer (ExampleVulkanContext &ctx, RendererDesc desc) |
| |
| void | Examples_NewFrame (Renderer *renderer) |
| |
| void | Examples_NewFrame (SDL_Window *window, ExampleVulkanContext &ctx) |
| |
| void | Examples_DestroyVulkan (SDL_Window *window, ExampleVulkanContext &ctx) |
| |
| void | Examples_DumpAndOpenImage (RHIApplication const &app, StringView path, RHIExtent2D extent, void const *data, int channels, int strideBytes) |
| |
| float | Examples_GetTime () |
| |