프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
BuildMipmaps ( ) : void |
Builds mipmap chain.
|
|
Create ( ColorFormat format, int size, int samples, bool mips, string debugName ) : void |
Creates render target
|
|
GetCubeShaderResource ( int mipLevel ) : |
||
GetSurface ( int mipLevel, CubeFace face ) : |
Gets render target surface for given mip level.
|
|
RenderTargetCube ( |
Creates render target
|
|
RenderTargetCube ( |
Creates render target
|
|
RenderTargetCube ( |
Creates render target
|
|
SetViewport ( ) : void |
Sets viewport for given render target
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes
|
public Create ( ColorFormat format, int size, int samples, bool mips, string debugName ) : void | ||
format | ColorFormat | |
size | int | |
samples | int | |
mips | bool | |
debugName | string | |
리턴 | void |
public GetCubeShaderResource ( int mipLevel ) : |
||
mipLevel | int | |
리턴 |
public GetSurface ( int mipLevel, CubeFace face ) : |
||
mipLevel | int | |
face | CubeFace | |
리턴 |
public RenderTargetCube ( |
||
device | ||
format | ColorFormat | |
size | int | |
mips | bool | |
debugName | string | |
리턴 | System |
public RenderTargetCube ( |
||
device | ||
format | ColorFormat | |
size | int | |
samples | int | |
debugName | string | |
리턴 | System |
public RenderTargetCube ( |
||
device | ||
format | ColorFormat | |
size | int | |
debugName | string | |
리턴 | System |