srp
software rendering pipeline
Loading...
Searching...
No Matches
texture_p.h
Go to the documentation of this file.
1// Software Rendering Pipeline (SRP) library
2// Licensed under GNU GPLv3
3
8#pragma once
9
10#include "srp/texture.h"
11
25
// ingroup Texture_internal
SRPTextureWrappingMode
Definition texture.h:19
Definition texture_p.h:16
SRPTextureWrappingMode wrappingModeY
Definition texture_p.h:23
SRPTextureWrappingMode wrappingModeX
Definition texture_p.h:22
uint8_t * data
Definition texture_p.h:17
int height
Definition texture_p.h:19
int widthMinusOne
Definition texture_p.h:20
int heightMinusOne
Definition texture_p.h:21
int width
Definition texture_p.h:18