ObjectivelyGPU
Object oriented graphics framework for SDL3 and C
Loading...
Searching...
No Matches
QueryPool.c File Reference
#include <assert.h>
#include "QueryPool.h"
#include "RenderDevice.h"

Macros

#define _Class   _QueryPool
 

Functions

static void dealloc (Object *self)
 
static QueryPoolinitWithDevice (QueryPool *self, RenderDevice *device, const SDL_GPUQueryPoolCreateInfo *info)
 
static void initialize (Class *clazz)
 
Class * _QueryPool (void)
 

Macro Definition Documentation

◆ _Class

#define _Class   _QueryPool

Function Documentation

◆ _QueryPool()

Class * _QueryPool ( void  )

◆ dealloc()

static void dealloc ( Object *  self)
static
See also
Object::dealloc(Object *)

◆ initialize()

static void initialize ( Class *  clazz)
static
See also
Class::initialize(Class *)

◆ initWithDevice()

static QueryPool * initWithDevice ( QueryPool self,
RenderDevice device,
const SDL_GPUQueryPoolCreateInfo info 
)
static